Skip to content

Commit 48c3843

Browse files
committed
Release 0.3.4
1 parent 3de9104 commit 48c3843

File tree

4 files changed

+6
-25
lines changed

4 files changed

+6
-25
lines changed

AndroidBluetoothLibrary.iml

-19
This file was deleted.

BluetoothClassicLibrary/build.gradle

+2-2
Original file line numberDiff line numberDiff 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 {

BluetoothLowEnergyLibrary/build.gradle

+2-2
Original file line numberDiff line numberDiff 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 {

README.md

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)