1
1
mirror of https://github.com/agateau/pixelwheels.git synced 2025-10-05 17:32:39 +02:00

android: bump target SDK to 35

This commit is contained in:
Aurelien Gateau
2025-07-09 16:48:33 +02:00
parent 0c2557ea83
commit 9ac64461cd
2 changed files with 4 additions and 4 deletions

View File

@@ -35,9 +35,9 @@ android {
defaultConfig {
applicationId "com.agateau.tinywheels.android"
minSdk 19
targetSdk 34
targetSdk 35
// Must match ci/install-android-sdk
compileSdk 34
compileSdk 35
versionCode versionProps['VERSION_CODE'].toInteger()
versionName versionProps['VERSION']
}

View File

@@ -5,8 +5,8 @@ TOOLS_URL=https://dl.google.com/android/repository/commandlinetools-linux-685806
# Must match android/build.gradle
PACKAGES="
build-tools;34.0.0
platforms;android-34
build-tools;35.0.0
platforms;android-35
"
ANDROID_SDK=/opt/android-sdk