Skip to content

Commit

Permalink
Updated to restore minSdkVersion to 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlynxZhou committed Jun 3, 2022
1 parent 0ac37d1 commit 9ecb227
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
if (buildAsApplication) {
applicationId "one.alynx.flipclock"
}
minSdkVersion 23
minSdkVersion 16
targetSdkVersion 32
versionCode 6
versionName "1.0.5"
Expand All @@ -31,7 +31,9 @@ android {
}
buildTypes {
release {
// It seems enable minify and shrink resources will make SDL2 crash.
minifyEnabled false
shrinkResources false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit 9ecb227

Please sign in to comment.