Skip to content

Commit

Permalink
Set minSDK version for android to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacLic committed Feb 24, 2021
1 parent 7a6e02b commit 6fd01bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
}
defaultConfig {
applicationId "com.mygdx.game"
minSdkVersion 14
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 6fd01bc

Please sign in to comment.