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 {
66 defaultConfig {
77 minSdkVersion 7
88 targetSdkVersion 7
9- versionCode 1
10- versionName " 1 .0"
9+ versionCode 2
10+ versionName " 0.3 .0"
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 1
10- versionName " 1 .0"
9+ versionCode 2
10+ versionName " 0.3 .0"
1111 }
1212 buildTypes {
1313 release {
Original file line number Diff line number Diff line change 3030 2.1. Bluetooth Classic
3131 ``` javascript
3232 dependencies {
33- compile ' com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.2.5 '
33+ compile ' com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.3.0 '
3434 }
3535 ```
3636
3737 2.2 . Bluetooth Low Energy
3838 ` ` ` javascript
3939 dependencies {
40- compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:0.2.5 '
40+ compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:0.3.0 '
4141 }
4242 ` ` `
4343
You can’t perform that action at this time.
0 commit comments