File tree 4 files changed +6
-25
lines changed
BluetoothLowEnergyLibrary
4 files changed +6
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ android {
6
6
defaultConfig {
7
7
minSdkVersion 7
8
8
targetSdkVersion 7
9
- versionCode 10
10
- versionName " 0.3.3 "
9
+ versionCode 11
10
+ versionName " 0.3.4 "
11
11
}
12
12
buildTypes {
13
13
release {
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ android {
6
6
defaultConfig {
7
7
minSdkVersion 18
8
8
targetSdkVersion 18
9
- versionCode 10
10
- versionName " 0.3.3 "
9
+ versionCode 11
10
+ versionName " 0.3.4 "
11
11
}
12
12
buildTypes {
13
13
release {
Original file line number Diff line number Diff line change @@ -119,14 +119,14 @@ See the [sample project](https://github.com/douglasjunior/AndroidBluetoothLibrar
119
119
2.1. Bluetooth Classic
120
120
``` javascript
121
121
dependencies {
122
- compile ' com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.3.3 '
122
+ compile ' com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.3.4 '
123
123
}
124
124
```
125
125
126
126
2.2 . Bluetooth Low Energy
127
127
` ` ` javascript
128
128
dependencies {
129
- compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:0.3.3 '
129
+ compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:0.3.4 '
130
130
}
131
131
` ` `
132
132
You can’t perform that action at this time.
0 commit comments