File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed
Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change 1515
1616## Install
1717
18- 1 . Add it in your root build.gradle at the end of repositories:
19- ``` javascript
20- allprojects {
21- repositories {
22- ...
23- maven { url " https://jitpack.io" }
24- }
25- }
26- ```
27-
28- 2 . Add the dependency
29-
30- 2.1. Bluetooth Classic
18+ 1 . Add it in your root build.gradle at the end of repositories:
3119 ``` javascript
32- dependencies {
33- compile ' com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:v0.2.1'
20+ allprojects {
21+ repositories {
22+ ...
23+ maven { url " https://jitpack.io" }
24+ }
3425 }
3526 ```
27+
28+ 2 . Add the dependency
29+
30+ 2.1. Bluetooth Classic
31+ ``` javascript
32+ dependencies {
33+ compile ' com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:v0.2.1'
34+ }
35+ ```
3636
37- 2.2. Bluetooth Low Energy
38- ``` javascript
39- dependencies {
40- compile ' com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:v0.2.1'
41- }
42- ```
37+ 2.2 . Bluetooth Low Energy
38+ ` ` ` javascript
39+ dependencies {
40+ compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:v0.2.1'
41+ }
42+ ` ` `
4343
4444## Contribute
4545
You can’t perform that action at this time.
0 commit comments