useLegacyPackaging for extractNativeLibs

"PackagingOptions.jniLibs.useLegacyPackaging should be set to true because android:extractNativeLibs is set to "true" in AndroidManifest.xml"
This commit is contained in:
Abandoned Cart 2023-03-16 09:03:22 -04:00 committed by Niccolò Betto
parent e08525679c
commit 94459e01a4
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@ android {
targetCompatibility javaVersion
}
packagingOptions {
jniLibs.useLegacyPackaging = true
}
signingConfigs {
ci {
storeFile file(System.getenv("SIGNING_STORE_PATH") ?: "${System.getenv("user.home")}/keystore.jks")