Bump minimum Android version to Android 10

This commit is contained in:
OpenSauce04 2025-09-10 23:16:40 +01:00 committed by OpenSauce
parent 72c924a456
commit 34d46528eb

View File

@ -64,7 +64,7 @@ android {
// The application ID refers to Lime3DS to allow for // The application ID refers to Lime3DS to allow for
// the Play Store listing, which was originally set up for Lime3DS, to still be used. // the Play Store listing, which was originally set up for Lime3DS, to still be used.
applicationId = "io.github.lime3ds.android" applicationId = "io.github.lime3ds.android"
minSdk = 28 minSdk = 29
targetSdk = 35 targetSdk = 35
versionCode = autoVersion versionCode = autoVersion
versionName = getGitVersion() versionName = getGitVersion()