Skip to content

Commit 6024120

Browse files
committed
fix: string translation
1 parent 1a0fecd commit 6024120

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
33

44
android {
55
compileSdkVersion rootProject.ext.android.COMPILE_SDK_VERSION
6-
buildToolsVersion rootProject.ext.android.BUILD_TOOL_VERSION
6+
buildToolsVersion '28.0.3'
77

88
defaultConfig {
99
applicationId "io.neoterm"

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
<string name="dangerous_zone">Dangerous Zone</string>
169169
<string name="reset_app_warning">You will have to re-setup later, confirm?</string>
170170

171-
<string name="default_source_url">http://193.112.47.241</string>
171+
<string name="default_source_url" translatable="false">http://193.112.47.241</string>
172172

173173
<string-array name="pref_general_shell_entries" translatable="false">
174174
<item>sh</item>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ buildscript {
3232

3333
TARGET_SDK_VERSION : 27,
3434

35-
BUILD_TOOL_VERSION : '27.0.3',
35+
BUILD_TOOL_VERSION : '28.0.3',
3636

3737
JUNIT_VERSION : "4.12"
3838
]

0 commit comments

Comments
 (0)