Skip to content

Commit 57794a4

Browse files
committed
fix: lib minSdkVersion 23
1 parent 30854da commit 57794a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def getExtOrIntegerDefault(name) {
2929
android {
3030
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
3131
defaultConfig {
32-
minSdkVersion 21
32+
minSdkVersion 23
3333
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
3434
versionCode 1
3535
versionName "1.0"

0 commit comments

Comments
 (0)