From 11bc0735b5537f84979de3ad094fd9113b837571 Mon Sep 17 00:00:00 2001 From: Philipp Jahoda Date: Mon, 5 Aug 2019 11:30:33 +0200 Subject: [PATCH] Update README.md --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index abc5f9f..799849b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,40 @@ +[![Release](https://img.shields.io/github/release/PhilJay/rrule.svg?style=flat)](https://jitpack.io/#PhilJay/rrule) + + # RRule Kotlin implementation for handling iCalendar (RFC 5545) recurrence rules ## Dependency +Add the following to your **build.gradle** file: +```groovy +allprojects { + repositories { + maven { url 'https://jitpack.io' } + } +} + +dependencies { + implementation 'com.github.PhilJay:rrule:1.0.0' +} +``` +Or add the following to your **pom.xml**: + +```xml + + + jitpack.io + https://jitpack.io + + + + + com.github.PhilJay + rrule + 1.0.0 + +``` ## Sample Usage