Version 1.4.2

This commit is contained in:
Aleksander Nowakowski 2017-09-14 15:23:53 +02:00
parent d7b8e4adfa
commit bf3b7b60d2
2 changed files with 4 additions and 4 deletions

View File

@ -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.4.1'
compile 'no.nordicsemi.android:dfu:1.4.2'
```
If you use proguard, add the following line to your proguard rules:

View File

@ -15,7 +15,7 @@ apply plugin: 'com.jfrog.bintray'
ext {
PUBLISH_GROUP_ID = 'no.nordicsemi.android'
PUBLISH_ARTIFACT_ID = 'dfu'
PUBLISH_VERSION = '1.4.1'
PUBLISH_VERSION = '1.4.2'
bintrayRepo = 'android'
bintrayName = 'dfu-library'
@ -46,8 +46,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 25
versionCode 13
versionName "1.4.1"
versionCode 14
versionName "1.4.2"
}
buildTypes {
release {