Skip to content

Commit

Permalink
Temporarily pointing gradle dependency to version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomek Polański authored Jan 10, 2017
1 parent f4a1593 commit 3d44339
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ String result = Option.ofObj(input)
```

###How to use them?
[![](https://jitpack.io/v/tomaszpolanski/options.svg)](https://jitpack.io/#tomaszpolanski/options)

Options are available on maven via [jitpack](https://jitpack.io/#tomaszpolanski/options/). Just add to your gradle files:

Expand All @@ -97,7 +96,7 @@ To your module level gradle.build add dependency:
``` Groovy
dependencies {
// other dependencies
compile 'com.github.tomaszpolanski:options:1.2.1'
compile 'com.github.tomaszpolanski:options:1.2.0'
}
```

Expand Down

0 comments on commit 3d44339

Please sign in to comment.