Skip to content
Snippets Groups Projects
Commit 7d8091af authored by Daniel Cesanelli's avatar Daniel Cesanelli
Browse files

Actualizada url del endpoint

Agregados release builds aab y apk
parent e336c400
Branches master
No related tags found
No related merge requests found
File added
File added
File added
{
"version": 2,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.cesanelli.lajusta",
"variantName": "processReleaseResources",
"elements": [
{
"type": "SINGLE",
"filters": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-release.apk"
}
]
}
\ No newline at end of file
...@@ -23,7 +23,7 @@ public class ApiAdapter { ...@@ -23,7 +23,7 @@ public class ApiAdapter {
OkHttpClient.Builder httpClient = new OkHttpClient.Builder(); OkHttpClient.Builder httpClient = new OkHttpClient.Builder();
httpClient.addInterceptor(logging); httpClient.addInterceptor(logging);
String baseUrl = "http://ec2-3-235-40-183.compute-1.amazonaws.com/api/"; String baseUrl = "http://ec2-3-227-239-131.compute-1.amazonaws.com/api/";
// String baseUrl = "http://ec2-3-236-129-11.compute-1.amazonaws.com:8080/api/"; // String baseUrl = "http://ec2-3-236-129-11.compute-1.amazonaws.com:8080/api/";
if (API_SERVICE == null) { if (API_SERVICE == null) {
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<network-security-config> <network-security-config>
<domain-config cleartextTrafficPermitted="true"> <domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">ec2-3-235-40-183.compute-1.amazonaws.com</domain> <domain includeSubdomains="true">ec2-3-227-239-131.compute-1.amazonaws.com</domain>
</domain-config> </domain-config>
</network-security-config> </network-security-config>
\ No newline at end of file
...@@ -5,7 +5,7 @@ buildscript { ...@@ -5,7 +5,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath "com.android.tools.build:gradle:4.1.1" classpath 'com.android.tools.build:gradle:4.1.2'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment