From 923a10bcb06672189fc1dc86f8836951acbd20ac Mon Sep 17 00:00:00 2001 From: Piotr Wittchen Date: Sun, 7 Jan 2018 21:51:35 +0100 Subject: [PATCH] =?UTF-8?q?=E0=BC=BC=20=E3=81=A4=20=E2=97=95=5F=E2=97=95?= =?UTF-8?q?=20=E0=BC=BD=E3=81=A4=20giving=20version=200.1.0=20in=20README.?= =?UTF-8?q?md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03dc4bc..c70a3f4 100644 --- a/README.md +++ b/README.md @@ -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 + + com.github.pwittchen + gesture-rx2 + 0.1.0 + +``` + +or through Gradle: -TBD. +```groovy +dependencies { + compile 'com.github.pwittchen:gesture-rx2:0.1.0' +} +``` Tests -----