We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25652f0 commit 2128913Copy full SHA for 2128913
1 file changed
swift-ci/sdks/android/scripts/fetch-source.sh
@@ -176,8 +176,9 @@ function apply_pr {
176
apply_pr swift-corelibs-foundation 5283
177
178
# Needed to build back to API 23
179
-apply_pr swift-corelibs-foundation 5301
180
-apply_pr swift-foundation 1663
+# see: https://forums.swift.org/t/android-api-minimum-for-the-swift-sdk-for-android/82874/32
+#apply_pr swift-corelibs-foundation 5301
181
+#apply_pr swift-foundation 1663
182
183
popd >/dev/null 2>&1
184
groupend
0 commit comments