File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 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.5.0 '
10
+ compile 'no.nordicsemi.android:dfu:1.5.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 @@ -6,7 +6,7 @@ buildscript {
6
6
google()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.0.0-beta7 '
9
+ classpath ' com.android.tools.build:gradle:3.0.0-rc2 '
10
10
/*
11
11
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3"
12
12
// The following dependency has been replaced with newer version according to https://github.com/dcendents/android-maven-plugin
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.5.0 '
18
+ PUBLISH_VERSION = '1.5.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 26
49
- versionCode 15
50
- versionName " 1.5.0 "
49
+ versionCode 16
50
+ versionName " 1.5.1 "
51
51
}
52
52
buildTypes {
53
53
release {
You can’t perform that action at this time.
0 commit comments