diff --git a/android/gradle.properties b/android/gradle.properties index 7b9863f..447807b 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -2,4 +2,4 @@ org.gradle.jvmargs=-Xmx1536M android.useAndroidX=true android.enableJetifier=true android.enableR8=true -android.bundle.enableUncompressedNativeLibs=true +android.bundle.enableUncompressedNativeLibs=false diff --git a/pubspec.yaml b/pubspec.yaml index 49a658e..28b3a2d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.0+6 +version: 1.0.0+7 environment: sdk: ">=2.12.0 <3.0.0"