Skip to content

Commit 629deb4

Browse files
committed
update min sdk version to 16 (14 is deprecated according to google)
1 parent 6224d03 commit 629deb4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66

77
defaultConfig {
88
applicationId "blogc.at.android.views"
9-
minSdkVersion 14
9+
minSdkVersion 16
1010
targetSdkVersion 26
1111
versionCode 1
1212
versionName "1.0.0"

expandabletextview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
buildToolsVersion "26.0.2"
1313

1414
defaultConfig {
15-
minSdkVersion 14
15+
minSdkVersion 16
1616
targetSdkVersion 26
1717
versionCode 1
1818
versionName fullVersion

0 commit comments

Comments
 (0)