Skip to content

Commit

Permalink
Flavor-aware app name
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg committed Dec 16, 2019
1 parent ef1f0a6 commit efbebf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ android {
applicationId "com.cleverraven.cataclysmdda"
setProperty("archivesBaseName", "cataclysmdda-" + versionName)
}
resValue "string", "app_name", "Cataclysm DDA"

splits {
// Configures multiple APKs based on ABI.
Expand Down Expand Up @@ -169,6 +170,7 @@ android {
experimental {
dimension "version"
applicationIdSuffix ".experimental"
resValue "string", "app_name", "Cataclysm DDA (experimental)"
}
}

Expand Down
1 change: 0 additions & 1 deletion android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Cataclysm DDA</string>
<string name="installing">Installing game data...</string>
<string name="upgrading">Upgrading game data...</string>
</resources>

0 comments on commit efbebf9

Please sign in to comment.