Skip to content

Commit fd68310

Browse files
ashconnellDanielZlotin
authored andcommitted
[readme] add minimum sdk note (#45)
1 parent c724e2c commit fd68310

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,18 @@ dependencies {
7979
compile fileTree(dir: "libs", include: ["*.jar"])
8080
```
8181

82-
4. You're done, rebuild your app and enjoy updated version of JSC on android!
82+
4. Make sure your app's `build.gradle` uses a minimum sdk version of 21
83+
84+
```diff
85+
defaultConfig {
86+
applicationId "com.myApp"
87+
- minSdkVersion 16
88+
+ minSdkVersion 21
89+
targetSdkVersion 22
90+
versionCode 1
91+
```
92+
93+
5. You're done, rebuild your app and enjoy updated version of JSC on android!
8394

8495
## Testing
8596

0 commit comments

Comments
 (0)