Skip to content

Commit

Permalink
Merge pull request #39 from gregdegruy/patch-1
Browse files Browse the repository at this point in the history
Gradle compile keyword is deprecated replace with implementation
  • Loading branch information
douglasjunior authored Jun 24, 2020
2 parents 8476554 + 8ffe87e commit 5b9061b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@ See the [sample project](https://github.com/douglasjunior/AndroidBluetoothLibrar
2.1. Bluetooth Classic
```javascript
dependencies {
compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.3.5'
implementation 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.3.5'
}
```

2.2. Bluetooth Low Energy
```javascript
dependencies {
compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:0.3.5'
implementation 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:0.3.5'
}
```

Expand Down

0 comments on commit 5b9061b

Please sign in to comment.