Disable encrypted DependencyInfoBlock in APK build
https://gitlab.com/fdroid/fdroiddata/-/issues/3330
This commit is contained in:
parent
83133d02c7
commit
17516e8cfc
1 changed files with 8 additions and 0 deletions
|
|
@ -17,6 +17,14 @@ android {
|
|||
minSdkVersion 21
|
||||
}
|
||||
|
||||
// F-Droid doesn't allow encrypted DependencyInfoBlock in APK
|
||||
dependenciesInfo {
|
||||
// disables dependency metadata when building APKs
|
||||
includeInApk = false
|
||||
// disables dependency metadata when building Android App Bundles
|
||||
includeInBundle = false
|
||||
}
|
||||
|
||||
// build output
|
||||
project.setProperty("archivesBaseName", "${namespace}-${defaultConfig.versionCode}")
|
||||
project.setProperty("buildDir", "${projectDir}/../../../build/build_android_client")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue