Skip to content

Commit

Permalink
<Feature>update README
Browse files Browse the repository at this point in the history
  • Loading branch information
RoJoHub committed Mar 14, 2019
1 parent 9d186ba commit 324c744
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,28 @@ or
compile project(':react-native-ping')
```

4. (optional)

You can override this settings by adding a Project-wide gradle configuration properties for use by all modules in your ReactNative project by adding the below to android/build.gradle file,

```gradle
buildscript {...}
allprojects {...}
/**
* Project-wide gradle configuration properties for use by all modules
*/
ext {
compileSdkVersion = 26
targetSdkVersion = 26
buildToolsVersion = "26.0.2"
googlePlayServicesVersion = "12.0.1"
googlePlayServicesVisionVersion = "15.0.2"
supportLibVersion = "27.1.0"
}
```

## Usage

### Get RTT (Round-trip delay time)
Expand Down

0 comments on commit 324c744

Please sign in to comment.