Skip to content

Commit 90c386b

Browse files
Update README.md
1 parent 5e6c83f commit 90c386b

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,31 @@ Soon
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

0 commit comments

Comments
 (0)