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 fc44b33 commit c37ee36
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,20 @@ 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' }
}
}

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


- Step2: Add the dependency


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


### Jar

[FastBLE-2.4.0.jar](https://github.com/Jasonchenlijian/FastBle/raw/master/FastBLE-2.4.0.jar)
Expand Down

0 comments on commit c37ee36

Please sign in to comment.