Skip to content

Commit

Permalink
Fixes, bump android min to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrules44 committed Nov 27, 2023
1 parent 848fdf7 commit d855718
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/2018.3326/android/corona.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
android.defaultConfig {
minSdkVersion Math.max(minSdkVersion?.apiLevel ?: 15, 21)
}
ext["minSdkVersion"] = Math.max(ext.find("minSdkVersion")?:15, 21)

android {

compileOptions {
Expand Down

0 comments on commit d855718

Please sign in to comment.