Skip to content

Commit 58cb8b5

Browse files
Build Variant for development (#220)
Co-authored-by: Matthias Weis <matthias1.weis@web.de>
1 parent afd5016 commit 58cb8b5

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

app/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,19 @@ android {
1313
versionName "2.3.3"
1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1515
vectorDrawables.useSupportLibrary = true
16+
signingConfig signingConfigs.debug
17+
resValue "string", "app_name", "Gotify"
1618
}
1719
buildTypes {
1820
release {
1921
minifyEnabled false
2022
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2123
}
24+
development {
25+
applicationIdSuffix ".dev"
26+
debuggable true
27+
resValue "string", "app_name", "Gotify DEV"
28+
}
2229
}
2330
compileOptions {
2431
sourceCompatibility = '1.8'

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<resources>
2-
<string name="app_name">Gotify</string>
32
<string name="navigation_drawer_open">Open navigation drawer</string>
43
<string name="navigation_drawer_close">Close navigation drawer</string>
54
<string name="nav_header_desc">Navigation header</string>

0 commit comments

Comments
 (0)