Skip to content

Commit c420063

Browse files
committed
android: fix ndk version name
1 parent e5158f4 commit c420063

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
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Setup NDK
4848
run: |
49-
sdkmanager --install "ndk;27.0.11718014-beta1"
49+
sdkmanager --install "ndk;27.0.11718014"
5050
5151
5252
- name: Build natibe libraries

platforms/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ android {
212212
}
213213

214214
compileSdkVersion 34
215-
ndkVersion "27.0.11718014-beta1"
215+
ndkVersion "27.0.11718014-rc1"
216216
defaultConfig {
217217
if (buildAsApplication) {
218218
applicationId "com.github.oopetris"

0 commit comments

Comments
 (0)