Skip to content

Commit 43602df

Browse files
authored
Separate package for FOSS (#42)
1 parent fb0473f commit 43602df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/app.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,13 @@ android {
5656
productFlavors {
5757
foss {
5858
dimension "type"
59+
applicationIdSuffix = ".foss"
60+
resValue "string", "app_name", "SDAI FOSS"
5961
buildConfigField "String", "BUILD_FLAVOR_TYPE", "\"FOSS\""
6062
}
6163
playstore {
6264
dimension "type"
65+
resValue "string", "app_name", "SDAI"
6366
buildConfigField "String", "BUILD_FLAVOR_TYPE", "\"GOOGLE_PLAY\""
6467
}
6568
}

app/src/main/res/values/strings.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)