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:
|
The compat library may be found on jcenter and Maven Central repository. Add it to your project by adding the following dependency:
|
||||||
|
|
||||||
```Groovy
|
```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:
|
If you use proguard, add the following line to your proguard rules:
|
||||||
|
|
|
@ -15,7 +15,7 @@ apply plugin: 'com.jfrog.bintray'
|
||||||
ext {
|
ext {
|
||||||
PUBLISH_GROUP_ID = 'no.nordicsemi.android'
|
PUBLISH_GROUP_ID = 'no.nordicsemi.android'
|
||||||
PUBLISH_ARTIFACT_ID = 'dfu'
|
PUBLISH_ARTIFACT_ID = 'dfu'
|
||||||
PUBLISH_VERSION = '1.4.1'
|
PUBLISH_VERSION = '1.4.2'
|
||||||
|
|
||||||
bintrayRepo = 'android'
|
bintrayRepo = 'android'
|
||||||
bintrayName = 'dfu-library'
|
bintrayName = 'dfu-library'
|
||||||
|
@ -46,8 +46,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 18
|
minSdkVersion 18
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 13
|
versionCode 14
|
||||||
versionName "1.4.1"
|
versionName "1.4.2"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|
Loading…
Reference in New Issue