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:
@@ -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']
|
||||
}
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user