Skip to content

Commit 6c88787

Browse files
committed
release 0.3.5
1 parent 6078545 commit 6c88787

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

BluetoothClassicLibrary/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
minSdkVersion 7
88
targetSdkVersion 7
99
versionCode 11
10-
versionName "0.3.4"
10+
versionName "0.3.5"
1111
}
1212
buildTypes {
1313
release {

BluetoothLowEnergyLibrary/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
minSdkVersion 18
88
targetSdkVersion 18
99
versionCode 11
10-
versionName "0.3.4"
10+
versionName "0.3.5"
1111
}
1212
buildTypes {
1313
release {

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@ See the [sample project](https://github.com/douglasjunior/AndroidBluetoothLibrar
119119
2.1. Bluetooth Classic
120120
```javascript
121121
dependencies {
122-
compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.3.4'
122+
compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.3.5'
123123
}
124124
```
125125

126126
2.2. Bluetooth Low Energy
127127
```javascript
128128
dependencies {
129-
compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:0.3.4'
129+
compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:0.3.5'
130130
}
131131
```
132132

0 commit comments

Comments
 (0)