Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasonchenlijian committed Sep 13, 2021
1 parent 5a2fe54 commit fc44b33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,22 @@ If you want to quickly preview all the functions, you can download APK as a test

- Setp1: Add it in your root build.gradle at the end of repositories


allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}


- Step2: Add the dependency


dependencies {
implementation 'com.github.Jasonchenlijian:FastBle:2.4.0'
}


### Jar

Expand Down

0 comments on commit fc44b33

Please sign in to comment.