Skip to content

Commit 87b68aa

Browse files
committed
android: also bump NDK for 16KB alignment support
1 parent 6eb47b8 commit 87b68aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ apply plugin: 'com.android.application'
66

77
android {
88
namespace 'su.xash.cs16client'
9-
ndkVersion = "27.2.12479018"
10-
compileSdk 35
9+
ndkVersion "28.2.13676358"
10+
compileSdk 36
1111

1212
defaultConfig {
1313
applicationId 'su.xash.cs16client'
1414
versionName '1.35'
1515
versionCode getBuildNum()
1616
minSdkVersion 21
17-
targetSdk 35
17+
targetSdk 36
1818
}
1919

2020
compileOptions {

0 commit comments

Comments
 (0)