diff --git a/mobile/androidapp/.gitignore b/mobile/androidapp/.gitignore
index 39fb081a4..15e5272dc 100644
--- a/mobile/androidapp/.gitignore
+++ b/mobile/androidapp/.gitignore
@@ -1,4 +1,4 @@
-*.iml
+
.gradle
/local.properties
/.idea/workspace.xml
diff --git a/mobile/androidapp/.idea/codeStyleSettings.xml b/mobile/androidapp/.idea/codeStyleSettings.xml
deleted file mode 100644
index 25a8b87d3..000000000
--- a/mobile/androidapp/.idea/codeStyleSettings.xml
+++ /dev/null
@@ -1,229 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- xmlns:android
- ^$
-
-
-
-
-
-
-
-
- xmlns:.*
- ^$
-
-
- BY_NAME
-
-
-
-
-
-
- .*:id
- http://schemas.android.com/apk/res/android
-
-
-
-
-
-
-
-
- .*:name
- http://schemas.android.com/apk/res/android
-
-
-
-
-
-
-
-
- name
- ^$
-
-
-
-
-
-
-
-
- style
- ^$
-
-
-
-
-
-
-
-
- .*
- ^$
-
-
- BY_NAME
-
-
-
-
-
-
- .*:layout_width
- http://schemas.android.com/apk/res/android
-
-
-
-
-
-
-
-
- .*:layout_height
- http://schemas.android.com/apk/res/android
-
-
-
-
-
-
-
-
- .*:layout_.*
- http://schemas.android.com/apk/res/android
-
-
- BY_NAME
-
-
-
-
-
-
- .*:width
- http://schemas.android.com/apk/res/android
-
-
- BY_NAME
-
-
-
-
-
-
- .*:height
- http://schemas.android.com/apk/res/android
-
-
- BY_NAME
-
-
-
-
-
-
- .*
- http://schemas.android.com/apk/res/android
-
-
- BY_NAME
-
-
-
-
-
-
- .*
- .*
-
-
- BY_NAME
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/mobile/androidapp/.idea/misc.xml b/mobile/androidapp/.idea/misc.xml
index 396387992..99202cc2d 100644
--- a/mobile/androidapp/.idea/misc.xml
+++ b/mobile/androidapp/.idea/misc.xml
@@ -5,11 +5,12 @@
-
+
-
-
+
+
+
diff --git a/mobile/androidapp/androidapp.iml b/mobile/androidapp/androidapp.iml
new file mode 100644
index 000000000..78a1f813a
--- /dev/null
+++ b/mobile/androidapp/androidapp.iml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mobile/androidapp/app/.gitignore b/mobile/androidapp/app/.gitignore
index cbfaa8a88..6afe8e655 100644
--- a/mobile/androidapp/app/.gitignore
+++ b/mobile/androidapp/app/.gitignore
@@ -1,3 +1,3 @@
-/build
+build
.externalNativeBuild
release
\ No newline at end of file
diff --git a/mobile/androidapp/app/app.iml b/mobile/androidapp/app/app.iml
new file mode 100644
index 000000000..f028bac58
--- /dev/null
+++ b/mobile/androidapp/app/app.iml
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ generateReleaseSources
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mobile/androidapp/build.gradle b/mobile/androidapp/build.gradle
index e6b32bc78..8d3ef8e5c 100644
--- a/mobile/androidapp/build.gradle
+++ b/mobile/androidapp/build.gradle
@@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.0.1'
+ classpath 'com.android.tools.build:gradle:3.2.1'
// NOTE: Do not place your application dependencies here; they belong
diff --git a/mobile/androidapp/gradle/wrapper/gradle-wrapper.properties b/mobile/androidapp/gradle/wrapper/gradle-wrapper.properties
index 95d074f2f..66aab62a8 100644
--- a/mobile/androidapp/gradle/wrapper/gradle-wrapper.properties
+++ b/mobile/androidapp/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Mon May 07 09:46:08 CST 2018
+#Tue May 07 22:03:43 CST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-all.zip