We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8476554 + 8ffe87e commit 5b9061bCopy full SHA for 5b9061b
README.md
@@ -132,14 +132,14 @@ See the [sample project](https://github.com/douglasjunior/AndroidBluetoothLibrar
132
2.1. Bluetooth Classic
133
```javascript
134
dependencies {
135
- compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.3.5'
+ implementation 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.3.5'
136
}
137
```
138
139
2.2. Bluetooth Low Energy
140
141
142
- compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:0.3.5'
+ implementation 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:0.3.5'
143
144
145
0 commit comments