From 0a2b6b1773af28c0e0135163b29946c4d90950dd Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Tue, 1 Jun 2021 19:38:10 -0700 Subject: [PATCH] Android android.bundle.enableUncompressedNativeLibs=false --- android/gradle.properties | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"