Android android.bundle.enableUncompressedNativeLibs=false
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dan Ballard 2021-06-01 19:38:10 -07:00
parent 405280f075
commit 0a2b6b1773
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"