Skip to content

Commit c055e45

Browse files
committed
Chore: Update dependencies
Signed-off-by: imknown <imknown@qq.com>
1 parent 631ad02 commit c055e45

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/android-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: sdkmanager --install "cmake;4.1.0"
3939
- name: Install Android SDK NDK
4040
# https://github.com/android/ndk/releases
41-
run: sdkmanager --install "ndk;29.0.13846066"
41+
run: sdkmanager --install "ndk;29.0.14033849"
4242
# endregion [Android SDK]
4343

4444
# region [Gradle]

.github/workflows/dependency-submission.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: sdkmanager --install "cmake;4.1.0"
4141
- name: Install Android SDK NDK
4242
# https://github.com/android/ndk/releases
43-
run: sdkmanager --install "ndk;29.0.13846066"
43+
run: sdkmanager --install "ndk;29.0.14033849"
4444
# endregion [Android SDK]
4545

4646
- name: Run dependency submission

gradle/toml/build.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ targetSdkPreview = "CANARY"
1919
# targetSdkPreview = "Baklava" # (Android 16 QPR2 Beta 1)
2020

2121
# https://github.com/android/ndk/releases
22-
ndk = "29.0.13846066" # Beta 3, but RC 3 in Android SDK Manager
22+
ndk = "29.0.14033849" # Beta 4, but RC 4 in Android SDK Manager
2323
# https://cmake.org/cmake/help/latest/release/index.html
2424
cmake = "4.1.0"
2525

0 commit comments

Comments
 (0)