Skip to content

Commit 1b58486

Browse files
author
Douglas Nassif Roma Junior
committed
Release 0.3.0
1 parent af9fcbe commit 1b58486

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 1
10-
versionName "1.0"
9+
versionCode 2
10+
versionName "0.3.0"
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 1
10-
versionName "1.0"
9+
versionCode 2
10+
versionName "0.3.0"
1111
}
1212
buildTypes {
1313
release {

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ Soon
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

0 commit comments

Comments
 (0)