Skip to content

Commit

Permalink
Fix release build issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
IvBaranov committed Jan 30, 2019
1 parent b2140c1 commit 5e7e6de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ Download
--------
Releases are available both in `jcenter` and `mavenCentral` repositories.
```groovy
compile 'com.github.ivbaranov:rxbluetooth2:2.0.4'
compile 'com.github.ivbaranov:rxbluetooth2:2.1.0'
```

#### Snapshots
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ ANDROIDX_ANNOTATION_VERSION=1.0.1
ANDROIDX_APPCOMPAT_VERSION=1.0.0

# Dependency versions (plugins)
GRADLE_PLUGIN_VERSION=3.2.1
BINTRAY_RELEASE=0.8.1
GRADLE_PLUGIN_VERSION=3.3.0
BINTRAY_RELEASE=0.9

# Maven
USER_ORG=ivbaranov
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 5e7e6de

Please sign in to comment.