We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187a537 commit 0e8abf9Copy full SHA for 0e8abf9
app/build.gradle.kts
@@ -31,7 +31,6 @@ android {
31
}
32
create("foss") {
33
dimension = "distribution"
34
- applicationIdSuffix = ".foss"
35
versionNameSuffix = "-foss"
36
buildConfigField("boolean", "IS_FOSS", "true")
37
resValue("string", "flavor_name", "FOSS")
@@ -122,4 +121,4 @@ dependencies {
122
121
123
// Flavor-specific dependencies:
124
add("playImplementation", libs.billing) // "play" is the flavor
125
-}
+}
0 commit comments