diff --git a/android/app/build.gradle b/android/app/build.gradle
index 67a1874..f6742d8 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -34,6 +34,12 @@ android {
compileSdk = flutter.compileSdkVersion
ndkVersion "28.0.13004108"
+ packaging {
+ jniLibs {
+ useLegacyPackaging true
+ }
+ }
+
splits{
abi {
reset()
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 2789298..31ab6d7 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -58,8 +58,6 @@
-
-