Skip to content

Commit

Permalink
Version 2.0-beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Oct 15, 2018
1 parent 6219bb7 commit 05ea97a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ble/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit 05ea97a

Please sign in to comment.