Give app a different name for debug builds.

This commit is contained in:
FireMasterK 2022-02-16 18:49:36 +00:00
parent bbf361332b
commit 2dcf188735
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
2 changed files with 2 additions and 2 deletions

View File

@ -14,6 +14,7 @@ android {
versionName '0.2.2'
multiDexEnabled true
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
resValue "string", "app_name", "LibreTube"
}
buildTypes {
@ -25,6 +26,7 @@ android {
debug {
debuggable true
applicationIdSuffix ".debug"
resValue "string", "app_name", "LibreTube Debug"
}
}
compileOptions {

View File

@ -1,6 +1,4 @@
<resources>
<string name="app_name">LibreTube</string>
<string name="hello_blank_fragment">Hello blank fragment</string>
<string name="choose_quality_dialog">Choose Quality:</string>
<string name="search_hint">Search</string>