mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 13:50:30 +05:30
Merge pull request #36 from FireMasterK/debug-appname
This commit is contained in:
commit
b722a10acd
@ -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 {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user