Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Nassif Roma Junior committed Apr 27, 2017
1 parent af9fcbe commit 1b58486
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions BluetoothClassicLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 7
targetSdkVersion 7
versionCode 1
versionName "1.0"
versionCode 2
versionName "0.3.0"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions BluetoothLowEnergyLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 18
versionCode 1
versionName "1.0"
versionCode 2
versionName "0.3.0"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ Soon
2.1. Bluetooth Classic
```javascript
dependencies {
compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.2.5'
compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.3.0'
}
```

2.2. Bluetooth Low Energy
```javascript
dependencies {
compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:0.2.5'
compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:0.3.0'
}
```

Expand Down

0 comments on commit 1b58486

Please sign in to comment.