File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,14 @@ def enableProguardInReleaseBuilds = false
6363 * The preferred build flavor of JavaScriptCore (JSC)
6464 *
6565 * For example, to use the international variant, you can use:
66- * `def jscFlavor = 'org.webkit:android- jsc-intl:+' `
66+ * `def jscFlavor = io.github.react-native-community: jsc-android- intl:2026004.+ `
6767 *
6868 * The international variant includes ICU i18n library and necessary data
6969 * allowing to use e.g. `Date.toLocaleString` and `String.localeCompare` that
7070 * give correct results when using with locales other than en-US. Note that
7171 * this variant is about 6MiB larger per architecture than default.
7272 */
73- def jscFlavor = ' org.webkit:android- jsc: +'
73+ def jscFlavor = ' io.github.react-native-community: jsc-android:2026004. +'
7474
7575android {
7676 ndkVersion rootProject. ext. ndkVersion
You can’t perform that action at this time.
0 commit comments