mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue