File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
3
3
4
4
android {
5
5
compileSdkVersion rootProject. ext. android. COMPILE_SDK_VERSION
6
- buildToolsVersion rootProject . ext . android . BUILD_TOOL_VERSION
6
+ buildToolsVersion ' 28.0.3 '
7
7
8
8
defaultConfig {
9
9
applicationId " io.neoterm"
Original file line number Diff line number Diff line change 168
168
<string name =" dangerous_zone" >Dangerous Zone</string >
169
169
<string name =" reset_app_warning" >You will have to re-setup later, confirm?</string >
170
170
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 >
172
172
173
173
<string-array name =" pref_general_shell_entries" translatable =" false" >
174
174
<item >sh</item >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ buildscript {
32
32
33
33
TARGET_SDK_VERSION : 27 ,
34
34
35
- BUILD_TOOL_VERSION : ' 27 .0.3' ,
35
+ BUILD_TOOL_VERSION : ' 28 .0.3' ,
36
36
37
37
JUNIT_VERSION : " 4.12"
38
38
]
You can’t perform that action at this time.
0 commit comments