Skip to content

Commit 25d40b4

Browse files
Android common settings: updated SDK tools and NDK versions
1 parent 51cf0e5 commit 25d40b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
android {
2-
compileSdkVersion 28
2+
compileSdkVersion 33
33

44
defaultConfig {
55
minSdkVersion 21
6-
targetSdkVersion 28
6+
targetSdkVersion 30
77
versionCode 1
88
versionName "1.0"
99

1010
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1111
}
1212

13-
ndkVersion '23.1.7779620'
13+
ndkVersion '24.0.8215888'
1414
}
1515

1616
buildDir "${project.rootDir}/../../build/Android/${project.name}"

0 commit comments

Comments
 (0)