We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3a1118 + bcb3fe3 commit 15c61cbCopy full SHA for 15c61cb
docs/Android.md
@@ -82,7 +82,7 @@ $ utils/build-script \
82
--android-api-level 21 \ # The Android API level to target. Swift only supports 21 or greater.
83
--android-icu-uc ${ARM_DIR}/libicuucswift.so \
84
--android-icu-uc-include ${ARM_DIR}/icu/source/common \
85
- --android-icu-i18 ${ARM_DIR}/libicui18nswift.so \
+ --android-icu-i18n ${ARM_DIR}/libicui18nswift.so \
86
--android-icu-i18n-include ${ARM_DIR}/icu/source/i18n
87
```
88
0 commit comments