Skip to content

Commit 0e8abf9

Browse files
author
Dennis Mantz
committed
fix application id for foss version.
1 parent 187a537 commit 0e8abf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ android {
3131
}
3232
create("foss") {
3333
dimension = "distribution"
34-
applicationIdSuffix = ".foss"
3534
versionNameSuffix = "-foss"
3635
buildConfigField("boolean", "IS_FOSS", "true")
3736
resValue("string", "flavor_name", "FOSS")
@@ -122,4 +121,4 @@ dependencies {
122121

123122
// Flavor-specific dependencies:
124123
add("playImplementation", libs.billing) // "play" is the flavor
125-
}
124+
}

0 commit comments

Comments
 (0)