jsc-android
Advanced tools
Comparing version 236355.1.0 to 236355.1.1
{ | ||
"name": "jsc-android", | ||
"version": "236355.1.0", | ||
"version": "236355.1.1", | ||
"description": "Pre-build version of JavaScriptCore to be used by React Native apps", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -1,3 +0,3 @@ | ||
[![npm version](https://badge.fury.io/js/jsc-android.svg)](https://badge.fury.io/js/jsc-android) | ||
[![Build Status](https://jenkins-oss.wixpress.com/job/jsc-android-master/badge/icon)](https://jenkins-oss.wixpress.com/job/jsc-android-master/) | ||
[![npm version](https://badge.fury.io/js/jsc-android.svg)](https://badge.fury.io/js/jsc-android) | ||
[![CircleCI](https://circleci.com/gh/react-community/jsc-android-buildscripts.svg?style=svg)](https://circleci.com/gh/react-community/jsc-android-buildscripts) | ||
@@ -89,15 +89,4 @@ # JSC build scripts for Android | ||
4. Make sure your app's `build.gradle` uses a minimum sdk version of 21 | ||
4. You're done, rebuild your app and enjoy updated version of JSC on android! | ||
```diff | ||
defaultConfig { | ||
applicationId "com.myApp" | ||
- minSdkVersion 16 | ||
+ minSdkVersion 21 | ||
targetSdkVersion 22 | ||
versionCode 1 | ||
``` | ||
5. You're done, rebuild your app and enjoy updated version of JSC on android! | ||
### International variant | ||
@@ -104,0 +93,0 @@ 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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58070869
72
148