Skip to content

Commit 5e6c83f

Browse files
Update README.md
1 parent 9680dbb commit 5e6c83f

File tree

1 file changed

+19
-22
lines changed

1 file changed

+19
-22
lines changed

README.md

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,30 @@ Soon
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

0 commit comments

Comments
 (0)