Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 848 Bytes

File metadata and controls

28 lines (24 loc) · 848 Bytes

JitPack Platform SDK Release Build Status CircleCI

Either

Either pair class for the Rx response usage

Install

Add jitpack to your root build.gradle

	allprojects {
		repositories {
			...
			maven { url "https://jitpack.io" }
		}
	}

Add the dependency

	dependencies {
	        compile 'com.github.zetaapps:either:0.3'
	}