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 885a827 commit 8e6ad31
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 @@ -42,6 +42,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 8e6ad31

Please sign in to comment.