Skip to content

Commit

Permalink
Version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Nov 30, 2017
1 parent 538ff6c commit 7c68625
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
compile 'no.nordicsemi.android:dfu:1.6.0'
compile 'no.nordicsemi.android:dfu:1.6.1'
```

If you use proguard, add the following line to your proguard rules:
Expand Down
8 changes: 4 additions & 4 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.6.0'
PUBLISH_VERSION = '1.6.1'
bintrayRepo = 'android'
bintrayName = 'dfu-library'
Expand Down Expand Up @@ -46,8 +46,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 27
versionCode 18
versionName "1.6.0"
versionCode 19
versionName "1.6.1"
}
buildTypes {
release {
Expand All @@ -59,7 +59,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:support-core-utils:27.0.0'
compile 'com.android.support:support-core-utils:27.0.2'
compile 'com.google.code.gson:gson:2.8.0'
}
/*
Expand Down

0 comments on commit 7c68625

Please sign in to comment.