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 3
10- versionName " 0.3.1 "
9+ versionCode 10
10+ versionName " 0.3.3 "
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 3
10- versionName " 0.3.1 "
9+ versionCode 10
10+ versionName " 0.3.3 "
1111 }
1212 buildTypes {
1313 release {
Original file line number Diff line number Diff line change @@ -113,14 +113,14 @@ writer.writeln("Your text here");
113113 2.1. Bluetooth Classic
114114 ``` javascript
115115 dependencies {
116- compile ' com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.3.2 '
116+ compile ' com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.3.3 '
117117 }
118118 ```
119119
120120 2.2 . Bluetooth Low Energy
121121 ` ` ` javascript
122122 dependencies {
123- compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:0.3.2 '
123+ compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:0.3.3 '
124124 }
125125 ` ` `
126126
You can’t perform that action at this time.
0 commit comments