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:
parent
7eb38bcafb
commit
06ec45504f
2 changed files with 19 additions and 2 deletions
|
|
@ -112,6 +112,10 @@ android {
|
|||
compose = true
|
||||
buildConfig = true
|
||||
}
|
||||
dependenciesInfo {
|
||||
includeInApk = false
|
||||
includeInBundle = false
|
||||
}
|
||||
publishing {
|
||||
singleVariant("release") {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue