fix: string translation
This commit is contained in:
parent
1a0fecdeb8
commit
6024120eeb
@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
|
||||
|
||||
android {
|
||||
compileSdkVersion rootProject.ext.android.COMPILE_SDK_VERSION
|
||||
buildToolsVersion rootProject.ext.android.BUILD_TOOL_VERSION
|
||||
buildToolsVersion '28.0.3'
|
||||
|
||||
defaultConfig {
|
||||
applicationId "io.neoterm"
|
||||
|
@ -168,7 +168,7 @@
|
||||
<string name="dangerous_zone">Dangerous Zone</string>
|
||||
<string name="reset_app_warning">You will have to re-setup later, confirm?</string>
|
||||
|
||||
<string name="default_source_url">http://193.112.47.241</string>
|
||||
<string name="default_source_url" translatable="false">http://193.112.47.241</string>
|
||||
|
||||
<string-array name="pref_general_shell_entries" translatable="false">
|
||||
<item>sh</item>
|
||||
|
@ -32,7 +32,7 @@ buildscript {
|
||||
|
||||
TARGET_SDK_VERSION : 27,
|
||||
|
||||
BUILD_TOOL_VERSION : '27.0.3',
|
||||
BUILD_TOOL_VERSION : '28.0.3',
|
||||
|
||||
JUNIT_VERSION : "4.12"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user