Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxudong committed Oct 1, 2019
1 parent f539f66 commit 2772fcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installation_guide/README.md
Expand Up @@ -84,15 +84,15 @@ const styles = StyleSheet.create({

#### 1. update android/build.gradle, upgrade gradle tools version, add jitpack.io

add `maven { url "https://jitpack.io" }` under allprojects -> repositories, IT IS USED BY MPAndroidChart
add `maven { url "https://jitpack.io" }` under allprojects -> repositories if it is absent, IT IS USED BY MPAndroidChart

make sure compileSdkVersion >= 28

#### 2. make sure gradle version >= 4.10.1 in android/gradle/wrapper/gradle-wrapper.properties
#### 2. make sure gradle version >= 5.1.1 in android/gradle/wrapper/gradle-wrapper.properties

#### 3. link subproject

* **Mostly automatic install with react-native**
* **Mostly automatic install with react-native link**

react-native link react-native-charts-wrapper
Expand Down

0 comments on commit 2772fcf

Please sign in to comment.