Skip to content

Releases: lester-osimdev/RxRelay3

v1.0

19 Mar 07:50
Compare
Choose a tag to compare

Supports RxJava3

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
dependencies {
	        implementation 'com.github.osim-lesterlopez:RxRelay3:v1.0'
	}