File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[ ![ JitPack] ( https://jitpack.io/v/zetaapps/either.svg )] ( https://jitpack.io/#zetaapps/either )
22[ ![ Platform] ( https://img.shields.io/badge/platform-android-green.svg )] ( http://developer.android.com/index.html )
33![ SDK] ( https://img.shields.io/badge/SDK-15%2B-green.svg )
4- ![ Release] ( https://img.shields.io/badge/release-0.2 -green.svg )
4+ ![ Release] ( https://img.shields.io/badge/release-0.3 -green.svg )
55[ ![ Build Status] ( https://travis-ci.org/zetaapps/either.svg??branch=master )] ( https://travis-ci.org/zetaapps/either )
66[ ![ CircleCI] ( https://circleci.com/gh/zetaapps/either.svg?style=svg )] ( https://circleci.com/gh/zetaapps/either )
77
@@ -23,6 +23,6 @@ Add jitpack to your root `build.gradle`
2323Add the dependency
2424```
2525 dependencies {
26- compile 'com.github.zetaapps:either:0.2 '
26+ compile 'com.github.zetaapps:either:0.3 '
2727 }
2828```
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
88 minSdkVersion 15
99 targetSdkVersion 24
1010 versionCode 1
11- versionName " 0.2 "
11+ versionName " 0.3 "
1212 }
1313 buildTypes {
1414 release {
You can’t perform that action at this time.
0 commit comments