File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,14 @@ def enableProguardInReleaseBuilds = false
63
63
* The preferred build flavor of JavaScriptCore (JSC)
64
64
*
65
65
* 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.+ `
67
67
*
68
68
* The international variant includes ICU i18n library and necessary data
69
69
* allowing to use e.g. `Date.toLocaleString` and `String.localeCompare` that
70
70
* give correct results when using with locales other than en-US. Note that
71
71
* this variant is about 6MiB larger per architecture than default.
72
72
*/
73
- def jscFlavor = ' org.webkit:android- jsc: +'
73
+ def jscFlavor = ' io.github.react-native-community: jsc-android:2026004. +'
74
74
75
75
android {
76
76
ndkVersion rootProject. ext. ndkVersion
You can’t perform that action at this time.
0 commit comments