Skip to content

Commit 25edffb

Browse files
authored
Merge pull request #60 from redreceipt/patch-1
Upgrades min SDK from 16 to 21
2 parents 5d14da3 + 36ffd34 commit 25edffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
compileSdkVersion safeExtGet('compileSdkVersion', 29)
2222
buildToolsVersion safeExtGet('buildToolsVersion', '29.0.2')
2323
defaultConfig {
24-
minSdkVersion safeExtGet('minSdkVersion', 16)
24+
minSdkVersion safeExtGet('minSdkVersion', 21)
2525
targetSdkVersion safeExtGet('targetSdkVersion', 29)
2626
versionCode 1
2727
versionName "1.0"

0 commit comments

Comments
 (0)