diff --git a/BluetoothClassicLibrary/build.gradle b/BluetoothClassicLibrary/build.gradle index a7ff58b..3de6c08 100644 --- a/BluetoothClassicLibrary/build.gradle +++ b/BluetoothClassicLibrary/build.gradle @@ -7,7 +7,7 @@ android { minSdkVersion 7 targetSdkVersion 7 versionCode 11 - versionName "0.3.4" + versionName "0.3.5" } buildTypes { release { diff --git a/BluetoothLowEnergyLibrary/build.gradle b/BluetoothLowEnergyLibrary/build.gradle index e7e3923..c8b8a9b 100644 --- a/BluetoothLowEnergyLibrary/build.gradle +++ b/BluetoothLowEnergyLibrary/build.gradle @@ -7,7 +7,7 @@ android { minSdkVersion 18 targetSdkVersion 18 versionCode 11 - versionName "0.3.4" + versionName "0.3.5" } buildTypes { release { diff --git a/README.md b/README.md index 18e917c..27f46df 100644 --- a/README.md +++ b/README.md @@ -119,14 +119,14 @@ See the [sample project](https://github.com/douglasjunior/AndroidBluetoothLibrar 2.1. Bluetooth Classic ```javascript dependencies { - compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.3.4' + compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothClassicLibrary:0.3.5' } ``` 2.2. Bluetooth Low Energy ```javascript dependencies { - compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:0.3.4' + compile 'com.github.douglasjunior.AndroidBluetoothLibrary:BluetoothLowEnergyLibrary:0.3.5' } ```