Skip to content

Commit 5e7e6de

Browse files
committed
Fix release build issue.
1 parent b2140c1 commit 5e7e6de

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ Download
352352
--------
353353
Releases are available both in `jcenter` and `mavenCentral` repositories.
354354
```groovy
355-
compile 'com.github.ivbaranov:rxbluetooth2:2.0.4'
355+
compile 'com.github.ivbaranov:rxbluetooth2:2.1.0'
356356
```
357357

358358
#### Snapshots

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ ANDROIDX_ANNOTATION_VERSION=1.0.1
2020
ANDROIDX_APPCOMPAT_VERSION=1.0.0
2121

2222
# Dependency versions (plugins)
23-
GRADLE_PLUGIN_VERSION=3.2.1
24-
BINTRAY_RELEASE=0.8.1
23+
GRADLE_PLUGIN_VERSION=3.3.0
24+
BINTRAY_RELEASE=0.9
2525

2626
# Maven
2727
USER_ORG=ivbaranov
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)