Skip to content

Commit 93a558c

Browse files
authored
Update build.gradle
1 parent 65a5d21 commit 93a558c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

RNTester/android/app/build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,10 @@ def enableSeparateBuildPerCPUArchitecture = true
9292
def enableProguardInReleaseBuilds = true
9393

9494
/**
95-
* Use international variant JavaScriptCore
96-
* International variant includes ICU i18n library and necessary data allowing to use
97-
* e.g. Date.toLocaleString and String.localeCompare that give correct results
98-
* when using with locales other than en-US.
99-
* Note that this variant is about 6MiB larger per architecture than default.
95+
* Use the international variant of JavaScriptCore
96+
* This variant includes the ICU i18n library to make APIs like `Date.toLocaleString`
97+
* and `String.localeCompare` work when using with locales other than en-US.
98+
* Note that this variant is about 6MiB larger per architecture than the default.
10099
*/
101100
def useIntlJsc = false
102101

0 commit comments

Comments
 (0)