File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
BluetoothLowEnergyLibrary Expand file tree Collapse file tree 3 files changed +6
-6
lines changed 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 1
10
- versionName " 1 .0"
9
+ versionCode 2
10
+ versionName " 0.3 .0"
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 1
10
- versionName " 1 .0"
9
+ versionCode 2
10
+ versionName " 0.3 .0"
11
11
}
12
12
buildTypes {
13
13
release {
Original file line number Diff line number Diff line change 30
30
2.1. Bluetooth Classic
31
31
``` javascript
32
32
dependencies {
33
- compile ' com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.2.5 '
33
+ compile ' com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.3.0 '
34
34
}
35
35
```
36
36
37
37
2.2 . Bluetooth Low Energy
38
38
` ` ` javascript
39
39
dependencies {
40
- compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:0.2.5 '
40
+ compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:0.3.0 '
41
41
}
42
42
` ` `
43
43
You can’t perform that action at this time.
0 commit comments