Skip to content

Commit

Permalink
release 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhowe committed Mar 7, 2018
1 parent 6078545 commit 6c88787
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BluetoothClassicLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 7
targetSdkVersion 7
versionCode 11
versionName "0.3.4"
versionName "0.3.5"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion BluetoothLowEnergyLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 18
targetSdkVersion 18
versionCode 11
versionName "0.3.4"
versionName "0.3.5"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,14 @@ See the [sample project](https://github.com/douglasjunior/AndroidBluetoothLibrar
2.1. Bluetooth Classic
```javascript
dependencies {
compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.3.4'
compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.3.5'
}
```

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

Expand Down

0 comments on commit 6c88787

Please sign in to comment.