Skip to content

Commit 4e145ee

Browse files
min sdk 17 to 16
1 parent aa49732 commit 4e145ee

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
/captures
66
*.iml
77
local.properties
8+
# Gradle files
9+
.gradle/
10+
build/

app/src/main/java/com/akexorcist/localizationapp/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class MainActivity extends LocalizationActivity {
1717
@Override
1818
public void onCreate(Bundle savedInstanceState) {
1919
// You can set default language when first time running. Must to setup before onCreate was called.
20-
setDefaultLanguage("th");
20+
setDefaultLanguage("en");
2121
super.onCreate(savedInstanceState);
2222
setContentView(R.layout.activity_main);
2323

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ POM_DEVELOPER_NAME=Somkiat Khitwongwattana
3535
ANDROID_BUILD_TOOLS_VERSION=26.0.2
3636
ANDROID_COMPILE_SDK_VERSION=26
3737
ANDROID_TARGET_SDK_VERSION=26
38-
ANDROID_MIN_SDK=17
38+
ANDROID_MIN_SDK=16

0 commit comments

Comments
 (0)