File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ APP_STL := c++_shared
66APP_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
You can’t perform that action at this time.
0 commit comments