Fdroid fix (#57)

* fix: reproducible build paths for native libs and strip unused brotli sos

* build: improve build reproducibility in CMake

* build: disable dependencies information in APK and Bundle
This commit is contained in:
Aryan 2026-03-10 22:16:43 +05:30 committed by GitHub
parent 7eb38bcafb
commit 06ec45504f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 2 deletions

View file

@ -112,6 +112,10 @@ android {
compose = true
buildConfig = true
}
dependenciesInfo {
includeInApk = false
includeInBundle = false
}
publishing {
singleVariant("release") {
}