mirror of
https://github.com/Takiiiiiiii/strato.git
synced 2025-07-17 08:46:39 +00:00
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:
committed by
Niccolò Betto
parent
e08525679c
commit
94459e01a4
@ -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")
|
||||
|
Reference in New Issue
Block a user