File tree Expand file tree Collapse file tree
BluetoothLowEnergyLibrary Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ android {
66 defaultConfig {
77 minSdkVersion 7
88 targetSdkVersion 7
9- versionCode 10
10- versionName " 0.3.3 "
9+ versionCode 11
10+ versionName " 0.3.4 "
1111 }
1212 buildTypes {
1313 release {
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ android {
66 defaultConfig {
77 minSdkVersion 18
88 targetSdkVersion 18
9- versionCode 10
10- versionName " 0.3.3 "
9+ versionCode 11
10+ versionName " 0.3.4 "
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.3 '
122+ compile ' com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.3.4 '
123123 }
124124 ```
125125
126126 2.2 . Bluetooth Low Energy
127127 ` ` ` javascript
128128 dependencies {
129- compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:0.3.3 '
129+ compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:0.3.4 '
130130 }
131131 ` ` `
132132
You can’t perform that action at this time.
0 commit comments