diff --git a/app-la-justa.jks b/app-la-justa.jks
new file mode 100644
index 0000000000000000000000000000000000000000..cf3c00df6b3de97a5d81c4fb4cac1739b53ac70d
Binary files /dev/null and b/app-la-justa.jks differ
diff --git a/app/release/app-release.aab b/app/release/app-release.aab
new file mode 100644
index 0000000000000000000000000000000000000000..ec053f26c39d66c8ba31b0adcea996f921ed029f
Binary files /dev/null and b/app/release/app-release.aab differ
diff --git a/app/release/app-release.apk b/app/release/app-release.apk
new file mode 100644
index 0000000000000000000000000000000000000000..d040e264893917d83adcb64df88b39fa980e2967
Binary files /dev/null and b/app/release/app-release.apk differ
diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json
new file mode 100644
index 0000000000000000000000000000000000000000..40c343bc8e9537e29eb958855f044242c4fe34c7
--- /dev/null
+++ b/app/release/output-metadata.json
@@ -0,0 +1,18 @@
+{
+  "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
diff --git a/app/src/main/java/com/cesanelli/lajusta/io/ApiAdapter.java b/app/src/main/java/com/cesanelli/lajusta/io/ApiAdapter.java
index dbc9debc4b030bdb0117eb1d21a5ed1546365cc8..808881aface070e0f0a94a89aa777b1855bde88d 100644
--- a/app/src/main/java/com/cesanelli/lajusta/io/ApiAdapter.java
+++ b/app/src/main/java/com/cesanelli/lajusta/io/ApiAdapter.java
@@ -23,7 +23,7 @@ public class ApiAdapter {
         OkHttpClient.Builder httpClient = new OkHttpClient.Builder();
         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/";
 
         if (API_SERVICE == null) {
diff --git a/app/src/main/res/xml/network_security_config.xml b/app/src/main/res/xml/network_security_config.xml
index f4cd4b560718f5cc3eb4176577c843c56886d79e..f9f14bcabf1a2012ddeeb2008f8275afe8b9abd2 100644
--- a/app/src/main/res/xml/network_security_config.xml
+++ b/app/src/main/res/xml/network_security_config.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <network-security-config>
     <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>
 </network-security-config>
\ No newline at end of file
diff --git a/build.gradle b/build.gradle
index 4d24be2c61e9afc6b2ebbc285ed1c9b78fa19d9f..46397e13c2ff3050c41741e000644730a4ebc4a4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,7 +5,7 @@ buildscript {
         jcenter()
     }
     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
         // in the individual module build.gradle files
diff --git a/private_key.pepk b/private_key.pepk
new file mode 100644
index 0000000000000000000000000000000000000000..6d0b2ecf3167578be33f9e699890742ebb217928
Binary files /dev/null and b/private_key.pepk differ