Skip to content

Commit e70d323

Browse files
author
Douglas Nassif Roma Junior
committed
Release 0.3.3
1 parent c52e224 commit e70d323

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

BluetoothClassicLibrary/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

BluetoothLowEnergyLibrary/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)