From 405280f0755c8a816bec4b1e8a0d042afdbc8e56 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Tue, 1 Jun 2021 19:23:54 -0700 Subject: [PATCH] Android android.bundle.enableUncompressedNativeLibs=true --- android/gradle.properties | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/android/gradle.properties b/android/gradle.properties index a673820..7b9863f 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -2,3 +2,4 @@ org.gradle.jvmargs=-Xmx1536M android.useAndroidX=true android.enableJetifier=true android.enableR8=true +android.bundle.enableUncompressedNativeLibs=true diff --git a/pubspec.yaml b/pubspec.yaml index 3b42953..49a658e 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+5 +version: 1.0.0+6 environment: sdk: ">=2.12.0 <3.0.0"