Skip to content

Commit

Permalink
Remove proprietary Google Play info block in FOSS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Apr 5, 2024
1 parent 89049ee commit 26fbfc0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 26fbfc0

Please sign in to comment.