diff --git a/.idea/caches/deviceStreaming.xml b/.idea/caches/deviceStreaming.xml
index e2f2258..5dc2fb2 100644
--- a/.idea/caches/deviceStreaming.xml
+++ b/.idea/caches/deviceStreaming.xml
@@ -184,6 +184,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -340,6 +352,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -658,6 +682,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -886,6 +922,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1440,6 +1488,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1694,6 +1754,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/.idea/misc.xml b/.idea/misc.xml
index c08a2df..9e01619 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,5 +1,5 @@
-
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index 6c0b863..94a25f7 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/android/app/build.gradle b/android/app/build.gradle
index fd77fef..e09501b 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -130,14 +130,6 @@ android {
androidResources {
ignoreAssetsPattern '!.svn:!.git:!.ds_store:!*.scc:!CVS:!thumbs.db:!picasa.ini:!*~'
}
- splits {
- abi {
- enable true
- reset()
- include "arm64-v8a", "armeabi-v7a"
- universalApk true
- }
- }
}
// Apply static values from `gradle.properties` to the `android.packagingOptions`