mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 15:09:58 +01:00
Bump minimum Android version to Android 10
This commit is contained in:
parent
72c924a456
commit
34d46528eb
@ -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()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user