f2prateek / rx-receivers

Reactive Bindings for BroadcastReceivers — WIP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Push it to jCenter.

vsmaks opened this issue · comments

Hi. Thank you for your useful library. Can you push it to maven or jCenter? I having issue with:

compile 'com.f2prateek.rx.receivers:rx-receivers:0.1.0'

Same here

It's rx.preferences, not rx.receivers

Oh sorry, wrong project

You can use the snapshot releases for now:

repositories {
  mavenCentral()
  maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}

compile 'com.f2prateek.rx.receivers:rx-receivers:0.1.0-SNAPSHOT'

Thank you for your fast answer !

There is a little copy/past error: https://oss.sonatype.org/content/repositories/snapshots/com/f2prateek/rx/receivers/

The artefact id is "rx-preferences" instead of "rx-receivers".

Anyway it's working with:

compile 'com.f2prateek.rx.receivers:rx-preferences:0.1.0-SNAPSHOT'

Ah thanks! Fixing in #7

Released as 0.1.0 compile 'com.f2prateek.rx.receivers:rx-receivers:0.1.0'