Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer authored Apr 3, 2019
1 parent 65a5d21 commit 93a558c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions RNTester/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,10 @@ def enableSeparateBuildPerCPUArchitecture = true
def enableProguardInReleaseBuilds = true

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

Expand Down

0 comments on commit 93a558c

Please sign in to comment.