Skip to content

Commit 1215081

Browse files
Android: use NDK r29
1 parent 3582383 commit 1215081

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/app/build.gradle.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ android {
3838
sourceCompatibility JavaVersion.VERSION_1_8
3939
targetCompatibility JavaVersion.VERSION_1_8
4040
}
41-
ndkVersion "26.1.10909125"
41+
ndkVersion "29.0.14206865"
4242
externalNativeBuild {
4343
cmake {
4444
path file('../../../../CMakeLists.txt')
45-
version '4.0.0'
4645
}
4746
}
4847
buildFeatures {

0 commit comments

Comments
 (0)