Skip to content

Commit cce4d14

Browse files
authored
Merge pull request #68 from Frago9876543210/android-ndk-r27c
chore: update NDK version to r27c
2 parents e57226d + f9dcf85 commit cce4d14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup Android NDK
5050
uses: nttld/setup-ndk@v1
5151
with:
52-
ndk-version: r27
52+
ndk-version: r27c
5353
link-to-sdk: true
5454

5555
- name: Grant Execute Permission to gradlew

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ android {
8383
}
8484
}
8585

86-
ndkVersion = "27.0.12077973"
86+
ndkVersion = "27.2.12479018"
8787
}
8888

8989
dependencies {

0 commit comments

Comments
 (0)