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..5e07e1f 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -16,6 +16,7 @@ android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" + android:enableOnBackInvokedCallback="true" android:windowSoftInputMode="adjustResize"> -