Skip to content

Commit 2c994b3

Browse files
committed
Version 1.5.1
1 parent cdb278a commit 2c994b3

File tree

3 files changed

+5
-5
lines changed

3 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.5.0'
10+
compile 'no.nordicsemi.android:dfu:1.5.1'
1111
```
1212

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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.0.0-beta7'
9+
classpath 'com.android.tools.build:gradle:3.0.0-rc2'
1010
/*
1111
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3"
1212
// The following dependency has been replaced with newer version according to https://github.com/dcendents/android-maven-plugin

dfu/build.gradle

Lines changed: 3 additions & 3 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.5.0'
18+
PUBLISH_VERSION = '1.5.1'
1919
2020
bintrayRepo = 'android'
2121
bintrayName = 'dfu-library'
@@ -46,8 +46,8 @@ android {
4646
defaultConfig {
4747
minSdkVersion 18
4848
targetSdkVersion 26
49-
versionCode 15
50-
versionName "1.5.0"
49+
versionCode 16
50+
versionName "1.5.1"
5151
}
5252
buildTypes {
5353
release {

0 commit comments

Comments
 (0)