diff --git a/README.md b/README.md index e84e5cbe..5e6bfc53 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Version 2 has many more features comparing to 1.x: The library may be found on jcenter and Maven Central repository. Add it to your project by adding the following dependency: ```grovy -implementation 'no.nordicsemi.android:ble:2.0-beta9' +implementation 'no.nordicsemi.android:ble:2.0-beta10' ``` #### Changes: diff --git a/ble/build.gradle b/ble/build.gradle index f7ac9d34..0db9ff21 100644 --- a/ble/build.gradle +++ b/ble/build.gradle @@ -6,7 +6,7 @@ apply plugin: 'com.jfrog.bintray' ext { PUBLISH_GROUP_ID = 'no.nordicsemi.android' PUBLISH_ARTIFACT_ID = 'ble' - PUBLISH_VERSION = '2.0-beta9' + PUBLISH_VERSION = '2.0-beta10' bintrayRepo = 'android' bintrayName = 'ble-library' @@ -36,8 +36,8 @@ android { defaultConfig { minSdkVersion 18 targetSdkVersion 28 - versionCode 18 - versionName "2.0-beta9" + versionCode 19 + versionName "2.0-beta10" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }