fix(android) disables uncompressed native libs usage
This commit is contained in:
parent
6b8db2ad9e
commit
989303f5d2
|
@ -4,6 +4,7 @@
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
<application
|
<application
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
|
android:extractNativeLibs="true"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:networkSecurityConfig="@xml/network_security_config"
|
android:networkSecurityConfig="@xml/network_security_config"
|
||||||
|
|
|
@ -24,6 +24,7 @@ android.enableDexingArtifactTransform.desugaring=false
|
||||||
|
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
android.enableJetifier=true
|
android.enableJetifier=true
|
||||||
|
android.bundle.enableUncompressedNativeLibs=false
|
||||||
|
|
||||||
appVersion=21.4.0
|
appVersion=21.4.0
|
||||||
sdkVersion=3.10.0
|
sdkVersion=3.10.0
|
||||||
|
|
Loading…
Reference in New Issue