mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-04-22 02:07:58 +00:00
fix: store native libs uncompressed with 16KB zip alignment
Set jniLibs.useLegacyPackaging = false to ensure .so files are stored uncompressed and 16KB-aligned within the AAB, as required by Google Play for Android 15+ compatibility.
This commit is contained in:
@@ -135,6 +135,8 @@ android {
|
||||
resources.excludes.add("META-INF/NOTICE.md")
|
||||
// Use 16KB-aligned libsqlcipher.so from jniLibs instead of AAR's 4KB-aligned version
|
||||
jniLibs.pickFirsts.add("**/libsqlcipher.so")
|
||||
// Store native libs uncompressed and 16KB-aligned for Android 15+ compatibility
|
||||
jniLibs.useLegacyPackaging = false
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
|
||||
Reference in New Issue
Block a user