mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-17 04:39:34 +00:00
Android: Build with the Android 15 SDK (v35) and target it as well.
Just making sure we're properly up to date.
This commit is contained in:
parent
1ce416a366
commit
f5b31cbcab
@ -46,7 +46,7 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
compileSdk 34
|
||||
compileSdk 35
|
||||
ndkVersion "21.4.7075529"
|
||||
|
||||
defaultConfig {
|
||||
@ -74,7 +74,7 @@ android {
|
||||
new File("versioncode.txt").write(androidGitVersion.code().toString())
|
||||
|
||||
minSdk 9
|
||||
targetSdk 34
|
||||
targetSdk 35
|
||||
if (project.hasProperty("ANDROID_VERSION_CODE") && project.hasProperty("ANDROID_VERSION_NAME")) {
|
||||
versionCode ANDROID_VERSION_CODE
|
||||
versionName ANDROID_VERSION_NAME
|
||||
|
Loading…
x
Reference in New Issue
Block a user