Skip to content

Commit

Permalink
༼ つ ◕_◕ ༽つ giving version 0.1.0 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Wittchen authored Jan 7, 2018
1 parent bb33fa3 commit 923a10b
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,23 @@ If you would like to see sample app in Kotlin, check `app-kotlin` directory.

Download
--------
You can depend on library through Maven:

```xml
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>gesture-rx2</artifactId>
<version>0.1.0</version>
</dependency>
```

or through Gradle:

TBD.
```groovy
dependencies {
compile 'com.github.pwittchen:gesture-rx2:0.1.0'
}
```

Tests
-----
Expand Down

0 comments on commit 923a10b

Please sign in to comment.