Version 1.4.2
This commit is contained in:
parent
d7b8e4adfa
commit
bf3b7b60d2
|
@ -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:
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue