Skip to content

Commit 115ca5f

Browse files
committed
raise Android minSdkVersion to 19 (4.4)
1 parent d299878 commit 115ca5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

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

103103
defaultConfig {
104104
applicationId "com.allaboutolaf"
105-
minSdkVersion 16
105+
minSdkVersion 19
106106
targetSdkVersion 23
107107
versionCode 1
108108
versionName "1.0.0"

0 commit comments

Comments
 (0)