Skip to content

Commit

Permalink
Bump Minimum SDK to API 18 (KitKat)
Browse files Browse the repository at this point in the history
Support for Jelly Bean has been gone the moment we update NDK toolchain version. See #279 for the rational on this change.
  • Loading branch information
MikuAuahDark committed Oct 12, 2024
1 parent 3d1503f commit 07088ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
applicationId project.properties["app.application_id"]
versionCode project.properties["app.version_code"].toInteger()
versionName project.properties["app.version_name"]
minSdk 16
minSdk 18
compileSdk 34
targetSdk 34

Expand Down
2 changes: 1 addition & 1 deletion love/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
ndkVersion '25.2.9519653'

defaultConfig {
minSdk 16
minSdk 18
compileSdk 34
targetSdk 34
externalNativeBuild {
Expand Down

0 comments on commit 07088ee

Please sign in to comment.