File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
BluetoothLowEnergyLibrary Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments