We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89049ee commit 26fbfc0Copy full SHA for 26fbfc0
app/build.gradle.kts
@@ -38,6 +38,11 @@ android {
38
create("foss") {
39
dimension = "version"
40
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
+ }
46
}
47
create("gplay") {
48
0 commit comments