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

Commit

Permalink
Update package IDs to be more consistent with RxJava itself
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Sep 7, 2017
1 parent e683847 commit 51f68ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ A wrapper around Android's network service discovery functionalities with a supp
`RxBonjour` is available on `jcenter()`:

```groovy
api "de.mannodermaus.rxbonjour:rxbonjour:1.0.0"
api "de.mannodermaus.rxjava:rxbonjour:1.0.0"
// Alternatively, for the RxJava 2 version:
api "de.mannodermaus.rxbonjour:rxbonjour2:2.0.0"
api "de.mannodermaus.rxjava2:rxbonjour:2.0.0"
```

## Discovery
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# suppress inspection "UnusedProperty" for whole file

# Library metadata
GROUP_ID = de.mannodermaus.rxbonjour
GROUP_ID = de.mannodermaus.rxjava
ARTIFACT_ID = rxbonjour
VERSION_NAME = 1.0.0
LIBRARY_NAME = RxBonjour1.x
Expand Down

0 comments on commit 51f68ba

Please sign in to comment.