Skip to content

Commit 13b3b47

Browse files
committed
bump default minSDK to 20, too many modern sites just break on 19 (KitKat)
1 parent 00758fc commit 13b3b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
buildToolsVersion "26.0.2"
66
defaultConfig {
77
applicationId "at.xtools.pwawrapper"
8-
minSdkVersion 19
8+
minSdkVersion 20
99
targetSdkVersion 26
1010
versionCode 1
1111
versionName "1.0"

0 commit comments

Comments
 (0)