app_name through gradle

This commit is contained in:
lookshe 2020-11-08 21:14:30 +01:00
parent ef72173fdb
commit bff4f729f9
2 changed files with 2 additions and 4 deletions

View file

@ -107,6 +107,7 @@ android {
applicationId appId
multiDexEnabled true
resValue "string", "applicationId", applicationId
resValue "string", "app_name", "PiratX"
buildConfigField 'String', 'STATICMAP_URL', '"https://piratx.thedevstack.de/staticmap"'
buildConfigField 'String', 'INVITE_HOST', '"jabber.thedevstack.de"'
@ -137,6 +138,7 @@ android {
dimension "stage"
applicationIdSuffix ".beta"
versionNameSuffix "-beta"
resValue "string", "app_name", "PiratX BETA"
}
allDomain {
dimension "domain"

View file

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">PiratX BETA</string>
</resources>