Skip to content

Commit

Permalink
Version 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Dec 10, 2018
1 parent 233d104 commit fad52bb
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 @@ -7,7 +7,7 @@
The compat library may be found on jcenter and Maven Central repository. Add it to your project by adding the following dependency:

```Groovy
implementation 'no.nordicsemi.android:dfu:1.8.0'
implementation 'no.nordicsemi.android:dfu:1.8.1'
```

If you use proguard, add the following line to your proguard rules:
Expand Down
6 changes: 3 additions & 3 deletions dfu/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apply plugin: 'com.jfrog.bintray'
ext {
PUBLISH_GROUP_ID = 'no.nordicsemi.android'
PUBLISH_ARTIFACT_ID = 'dfu'
PUBLISH_VERSION = '1.8.0'
PUBLISH_VERSION = '1.8.1'
bintrayRepo = 'android'
bintrayName = 'dfu-library'
Expand Down Expand Up @@ -45,8 +45,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 28
versionCode 21
versionName "1.8.0"
versionCode 22
versionName "1.8.1"
}

buildTypes {
Expand Down

0 comments on commit fad52bb

Please sign in to comment.