Skip to content

Commit 7c68625

Browse files
committed
Version 1.6.1
1 parent 538ff6c commit 7c68625

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
The compat library may be found on jcenter and Maven Central repository. Add it to your project by adding the following dependency:
88

99
```Groovy
10-
compile 'no.nordicsemi.android:dfu:1.6.0'
10+
compile 'no.nordicsemi.android:dfu:1.6.1'
1111
```
1212

1313
If you use proguard, add the following line to your proguard rules:

dfu/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apply plugin: 'com.jfrog.bintray'
1515
ext {
1616
PUBLISH_GROUP_ID = 'no.nordicsemi.android'
1717
PUBLISH_ARTIFACT_ID = 'dfu'
18-
PUBLISH_VERSION = '1.6.0'
18+
PUBLISH_VERSION = '1.6.1'
1919
2020
bintrayRepo = 'android'
2121
bintrayName = 'dfu-library'
@@ -46,8 +46,8 @@ android {
4646
defaultConfig {
4747
minSdkVersion 18
4848
targetSdkVersion 27
49-
versionCode 18
50-
versionName "1.6.0"
49+
versionCode 19
50+
versionName "1.6.1"
5151
}
5252
buildTypes {
5353
release {
@@ -59,7 +59,7 @@ android {
5959

6060
dependencies {
6161
compile fileTree(dir: 'libs', include: ['*.jar'])
62-
compile 'com.android.support:support-core-utils:27.0.0'
62+
compile 'com.android.support:support-core-utils:27.0.2'
6363
compile 'com.google.code.gson:gson:2.8.0'
6464
}
6565
/*

0 commit comments

Comments
 (0)