Skip to content

Commit

Permalink
Version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Nov 3, 2017
1 parent 8bdbe03 commit 8e97e92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions dfu/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -46,8 +46,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 26
versionCode 16
versionName "1.5.1"
versionCode 17
versionName "1.5.2"
}
buildTypes {
release {
Expand Down

0 comments on commit 8e97e92

Please sign in to comment.