Skip to content

Commit 28ba90f

Browse files
authored
Switch to a newer NDK version
1 parent aec7499 commit 28ba90f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ltw/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
sourceCompatibility JavaVersion.VERSION_1_8
2626
targetCompatibility JavaVersion.VERSION_1_8
2727
}
28-
ndkVersion = "25.2.9519653"
28+
ndkVersion = "28.2.13676358"
2929
externalNativeBuild {
3030
ndkBuild {
3131
path file('src/main/tinywrapper/Android.mk')
@@ -34,4 +34,4 @@ android {
3434
}
3535

3636
dependencies {
37-
}
37+
}

0 commit comments

Comments
 (0)