Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Release 2.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Sep 8, 2017
1 parent 7bb787f commit 2cfd51e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A wrapper around Android's network service discovery functionalities with a supp
`RxBonjour` is available on `jcenter()`:

```groovy
api "de.mannodermaus.rxjava2:rxbonjour:2.0.0"
api "de.mannodermaus.rxjava2:rxbonjour:2.0.0-beta1"
```

For the RxJava 1 version, have a look at the [1.x][onex] branch.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Library metadata
GROUP_ID = de.mannodermaus.rxjava2
ARTIFACT_ID = rxbonjour
VERSION_NAME = 2.0.0
VERSION_NAME = 2.0.0-beta1
LIBRARY_NAME = RxBonjour2.x
DESCRIPTION = Reactive spice added to Android's network service discovery API. (Compatible with RxJava 2)
WEB_URL = https://github.com/aurae/RxBonjour
Expand Down

0 comments on commit 2cfd51e

Please sign in to comment.