Skip to content

Commit

Permalink
Version 2.0-beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Oct 31, 2018
1 parent 9d0dea7 commit d7b5989
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-beta6'
implementation 'no.nordicsemi.android:ble:2.0-beta7'
```

#### Changes:
Expand Down
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-beta6'
PUBLISH_VERSION = '2.0-beta7'
bintrayRepo = 'android'
bintrayName = 'ble-library'
Expand Down Expand Up @@ -36,8 +36,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 28
versionCode 15
versionName "2.0-beta6"
versionCode 16
versionName "2.0-beta7"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit d7b5989

Please sign in to comment.