Merge pull request #36 from FireMasterK/debug-appname

This commit is contained in:
Farbod 2022-02-17 02:01:25 +03:30 committed by GitHub
commit b722a10acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>