Remove proprietary Google Play info block in FOSS builds

This commit is contained in:
darken
2024-04-05 18:42:11 +02:00
committed by Matthias Urhahn
parent 89049ee3ab
commit 26fbfc08f7
+5
View File
@@ -38,6 +38,11 @@ android {
create("foss") {
dimension = "version"
signingConfig = signingConfigs["releaseFoss"]
// The info block is encrypted and can only be read by google
dependenciesInfo {
includeInApk = false
includeInBundle = false
}
}
create("gplay") {
dimension = "version"