Skip to content

Commit 26fbfc0

Browse files
committed
Remove proprietary Google Play info block in FOSS builds
1 parent 89049ee commit 26fbfc0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/build.gradle.kts

+5
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ android {
3838
create("foss") {
3939
dimension = "version"
4040
signingConfig = signingConfigs["releaseFoss"]
41+
// The info block is encrypted and can only be read by google
42+
dependenciesInfo {
43+
includeInApk = false
44+
includeInBundle = false
45+
}
4146
}
4247
create("gplay") {
4348
dimension = "version"

0 commit comments

Comments
 (0)