We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e57226d + f9dcf85 commit cce4d14Copy full SHA for cce4d14
.github/workflows/android.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Setup Android NDK
50
uses: nttld/setup-ndk@v1
51
with:
52
- ndk-version: r27
+ ndk-version: r27c
53
link-to-sdk: true
54
55
- name: Grant Execute Permission to gradlew
app/build.gradle
@@ -83,7 +83,7 @@ android {
83
}
84
85
86
- ndkVersion = "27.0.12077973"
+ ndkVersion = "27.2.12479018"
87
88
89
dependencies {
0 commit comments