Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit 57794a4

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)