Version 1.5.2

This commit is contained in:
Aleksander Nowakowski 2017-11-03 17:22:41 +01:00
parent 8bdbe03879
commit 8e97e92995
3 changed files with 5 additions and 5 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.5.1'
compile 'no.nordicsemi.android:dfu:1.5.2'
```
If you use proguard, add the following line to your proguard rules:

View File

@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-rc2'
classpath 'com.android.tools.build:gradle:3.0.0'
/*
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3"
// The following dependency has been replaced with newer version according to https://github.com/dcendents/android-maven-plugin

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.5.1'
PUBLISH_VERSION = '1.5.2'
bintrayRepo = 'android'
bintrayName = 'dfu-library'
@ -46,8 +46,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 26
versionCode 16
versionName "1.5.1"
versionCode 17
versionName "1.5.2"
}
buildTypes {
release {