Skip to content

Commit

Permalink
Update miniSdk to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvanMo authored Sep 3, 2023
1 parent ffef447 commit 5ef94a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
}

defaultConfig {
minSdkVersion 16
minSdkVersion 19
consumerProguardFiles 'consumer-proguard-rules.txt'
}

Expand Down Expand Up @@ -129,4 +129,4 @@ tasks.withType(JavaCompile) { javaCompile ->
javaCompile.configure {
dependsOn("generateFluwxHelperFile")
}
}
}

0 comments on commit 5ef94a3

Please sign in to comment.