We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366e878 commit 458ad0fCopy full SHA for 458ad0f
1 file changed
.github/workflows/scripts/install-and-build-with-sdk.sh
@@ -654,7 +654,7 @@ install_android_sdk() {
654
cd ~/Library/org.swift.swiftpm || cd ~/.config/swiftpm || cd ~/.local/swiftpm || cd ~/.swiftpm || cd /root/.swiftpm
655
656
# permit the "--android-ndk" flag to override the default
657
- local android_ndk_version="${ANDROID_NDK_VERSION:-r27d}"
+ local android_ndk_version="${ANDROID_NDK_VERSION:-r28c}"
658
659
# Download and install the Android NDK.
660
# Note that we could use the system package manager, but it is
0 commit comments