We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb47b8 commit 87b68aaCopy full SHA for 87b68aa
1 file changed
android/app/build.gradle
@@ -6,15 +6,15 @@ apply plugin: 'com.android.application'
6
7
android {
8
namespace 'su.xash.cs16client'
9
- ndkVersion = "27.2.12479018"
10
- compileSdk 35
+ ndkVersion "28.2.13676358"
+ compileSdk 36
11
12
defaultConfig {
13
applicationId 'su.xash.cs16client'
14
versionName '1.35'
15
versionCode getBuildNum()
16
minSdkVersion 21
17
- targetSdk 35
+ targetSdk 36
18
}
19
20
compileOptions {
0 commit comments