File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
The compat library may be found on jcenter and Maven Central repository. Add it to your project by adding the following dependency:
8
8
9
9
``` Groovy
10
- compile 'no.nordicsemi.android:dfu:1.6.0 '
10
+ compile 'no.nordicsemi.android:dfu:1.6.1 '
11
11
```
12
12
13
13
If you use proguard, add the following line to your proguard rules:
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ apply plugin: 'com.jfrog.bintray'
15
15
ext {
16
16
PUBLISH_GROUP_ID = 'no.nordicsemi.android'
17
17
PUBLISH_ARTIFACT_ID = 'dfu'
18
- PUBLISH_VERSION = '1.6.0 '
18
+ PUBLISH_VERSION = '1.6.1 '
19
19
20
20
bintrayRepo = 'android'
21
21
bintrayName = 'dfu-library'
@@ -46,8 +46,8 @@ android {
46
46
defaultConfig {
47
47
minSdkVersion 18
48
48
targetSdkVersion 27
49
- versionCode 18
50
- versionName " 1.6.0 "
49
+ versionCode 19
50
+ versionName " 1.6.1 "
51
51
}
52
52
buildTypes {
53
53
release {
@@ -59,7 +59,7 @@ android {
59
59
60
60
dependencies {
61
61
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 '
63
63
compile ' com.google.code.gson:gson:2.8.0'
64
64
}
65
65
/*
You can’t perform that action at this time.
0 commit comments