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