Skip to content

Commit fa96f7f

Browse files
committed
android: update android sdk 35
1 parent 489c5e5 commit fa96f7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

platforms/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,14 +247,14 @@ android {
247247
targetCompatibility JavaVersion.VERSION_21
248248
}
249249

250-
compileSdkVersion 34
250+
compileSdkVersion 35
251251
ndkVersion "28.0.12433566"
252252
defaultConfig {
253253
if (buildAsApplication) {
254254
applicationId "com.github.oopetris"
255255
}
256256
minSdkVersion 21
257-
targetSdkVersion 34
257+
targetSdkVersion 35
258258
versionCode 7
259259
versionName(versionString)
260260
}

platforms/android/app/jni/Application.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ APP_STL := c++_shared
66
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
77

88
# used SDK number
9-
APP_PLATFORM := android-34
9+
APP_PLATFORM := android-35
1010

1111
# support 16KB page sizes:
1212
# see: https://developer.android.com/guide/practices/page-sizes

0 commit comments

Comments
 (0)