We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec7499 commit 28ba90fCopy full SHA for 28ba90f
1 file changed
ltw/build.gradle
@@ -25,7 +25,7 @@ android {
25
sourceCompatibility JavaVersion.VERSION_1_8
26
targetCompatibility JavaVersion.VERSION_1_8
27
}
28
- ndkVersion = "25.2.9519653"
+ ndkVersion = "28.2.13676358"
29
externalNativeBuild {
30
ndkBuild {
31
path file('src/main/tinywrapper/Android.mk')
@@ -34,4 +34,4 @@ android {
34
35
36
dependencies {
37
-}
+}
0 commit comments