mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-02-19 19:32:53 +01:00
Android: Change target from Android 14 to 15
This commit is contained in:
parent
f62f09f0bc
commit
e469155d67
@ -28,7 +28,7 @@ val downloadedJniLibsPath = "${buildDir}/downloadedJniLibs"
|
|||||||
android {
|
android {
|
||||||
namespace = "io.github.lime3ds.android"
|
namespace = "io.github.lime3ds.android"
|
||||||
|
|
||||||
compileSdkVersion = "android-34"
|
compileSdkVersion = "android-35"
|
||||||
ndkVersion = "27.1.12297006"
|
ndkVersion = "27.1.12297006"
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
@ -63,7 +63,7 @@ android {
|
|||||||
// TODO If this is ever modified, change application_id in strings.xml
|
// TODO If this is ever modified, change application_id in strings.xml
|
||||||
applicationId = "io.github.lime3ds.android"
|
applicationId = "io.github.lime3ds.android"
|
||||||
minSdk = 28
|
minSdk = 28
|
||||||
targetSdk = 34
|
targetSdk = 35
|
||||||
versionCode = autoVersion
|
versionCode = autoVersion
|
||||||
versionName = getGitVersion()
|
versionName = getGitVersion()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user