diff --git a/README.md b/README.md index 4ac31c5..523cd4c 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ allprojects { dependencies { ... - implementation 'com.github.LeandroSQ:android-ble-made-easy:1.8.2' + implementation 'com.github.LeandroSQ:android-ble-made-easy:1.9.0' ... } diff --git a/lib/build.gradle b/lib/build.gradle index 8fdfe9e..68b894a 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -32,8 +32,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 33 - versionCode 6 - versionName "1.8.1" + versionCode 7 + versionName "1.9.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro"