fix: string translation

This commit is contained in:
imkiva 2018-11-08 23:35:05 +08:00
parent 1a0fecdeb8
commit 6024120eeb
No known key found for this signature in database
GPG Key ID: A0A40A816B1689AA
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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>

View File

@ -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"
]