Version 1.6.1
This commit is contained in:
parent
538ff6c3ea
commit
7c68625ebf
|
@ -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.6.0'
|
compile 'no.nordicsemi.android:dfu:1.6.1'
|
||||||
```
|
```
|
||||||
|
|
||||||
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.6.0'
|
PUBLISH_VERSION = '1.6.1'
|
||||||
|
|
||||||
bintrayRepo = 'android'
|
bintrayRepo = 'android'
|
||||||
bintrayName = 'dfu-library'
|
bintrayName = 'dfu-library'
|
||||||
|
@ -46,8 +46,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 18
|
minSdkVersion 18
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
versionCode 18
|
versionCode 19
|
||||||
versionName "1.6.0"
|
versionName "1.6.1"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@ -59,7 +59,7 @@ android {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
compile 'com.android.support:support-core-utils:27.0.0'
|
compile 'com.android.support:support-core-utils:27.0.2'
|
||||||
compile 'com.google.code.gson:gson:2.8.0'
|
compile 'com.google.code.gson:gson:2.8.0'
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue