Skip to content

Commit 789bc5b

Browse files
committed
Remove minSdk requirement as the new version works with SDK 16
1 parent 3d0f137 commit 789bc5b

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

README.md

+3-14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![npm version](https://badge.fury.io/js/jsc-android.svg)](https://badge.fury.io/js/jsc-android)
2-
[![Build Status](https://jenkins-oss.wixpress.com/job/jsc-android-master/badge/icon)](https://jenkins-oss.wixpress.com/job/jsc-android-master/)
1+
[![npm version](https://badge.fury.io/js/jsc-android.svg)](https://badge.fury.io/js/jsc-android)
2+
[![CircleCI](https://circleci.com/gh/react-community/jsc-android-buildscripts.svg?style=svg)](https://circleci.com/gh/react-community/jsc-android-buildscripts)
33

44
# JSC build scripts for Android
55

@@ -86,18 +86,7 @@ dependencies {
8686
compile fileTree(dir: "libs", include: ["*.jar"])
8787
```
8888

89-
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!
10190

10291
### International variant
10392
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

Comments
 (0)