Bump minimum Android version to Android 10
This commit is contained in:
parent
72c924a456
commit
34d46528eb
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ android {
|
|||
// The application ID refers to Lime3DS to allow for
|
||||
// the Play Store listing, which was originally set up for Lime3DS, to still be used.
|
||||
applicationId = "io.github.lime3ds.android"
|
||||
minSdk = 28
|
||||
minSdk = 29
|
||||
targetSdk = 35
|
||||
versionCode = autoVersion
|
||||
versionName = getGitVersion()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue