You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Make sure your app's `build.gradle` uses a minimum sdk version of 21
90
-
91
-
```diff
92
-
defaultConfig {
93
-
applicationId "com.myApp"
94
-
- minSdkVersion 16
95
-
+ minSdkVersion 21
96
-
targetSdkVersion 22
97
-
versionCode 1
98
-
```
99
-
100
-
5. You're done, rebuild your app and enjoy updated version of JSC on android!
89
+
4. You're done, rebuild your app and enjoy updated version of JSC on android!
101
90
102
91
### International variant
103
92
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.
0 commit comments