From 05ea97aace9ae8e827436d5a6d3de7b10373caa1 Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Mon, 15 Oct 2018 15:06:18 +0200 Subject: [PATCH] Version 2.0-beta6 --- ble/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ble/build.gradle b/ble/build.gradle index a6237c22..13223983 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-beta5' + PUBLISH_VERSION = '2.0-beta6' bintrayRepo = 'android' bintrayName = 'ble-library' @@ -36,8 +36,8 @@ android { defaultConfig { minSdkVersion 18 targetSdkVersion 28 - versionCode 14 - versionName "2.0-beta5" + versionCode 15 + versionName "2.0-beta6" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }