Skip to content

Commit

Permalink
fix: lib minSdkVersion 23
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Jul 2, 2024
1 parent 30854da commit 57794a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def getExtOrIntegerDefault(name) {
android {
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
defaultConfig {
minSdkVersion 21
minSdkVersion 23
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 57794a4

Please sign in to comment.