Skip to content

Commit 5b9061b

Browse files
Merge pull request #39 from gregdegruy/patch-1
Gradle compile keyword is deprecated replace with implementation
2 parents 8476554 + 8ffe87e commit 5b9061b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,14 @@ See the [sample project](https://github.com/douglasjunior/AndroidBluetoothLibrar
132132
2.1. Bluetooth Classic
133133
```javascript
134134
dependencies {
135-
compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.3.5'
135+
implementation 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.3.5'
136136
}
137137
```
138138

139139
2.2. Bluetooth Low Energy
140140
```javascript
141141
dependencies {
142-
compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:0.3.5'
142+
implementation 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:0.3.5'
143143
}
144144
```
145145

0 commit comments

Comments
 (0)