diff --git a/README.md b/README.md index bd5da1b..105453d 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,20 @@ Version ======= v.0.1 beta -Usage -===== +Usage (Gradle) +============== -For now you can add library module to your project like in the sample +``` +repositories { + maven { url 'http://maven.shehabic.com' } +} +``` -soon will be available for import directly in Maven/Graddle. +``` +dependencies { + compile 'com.shehabic.droppy:Droppy:0.1@aar' +} +``` Generate Programmatically =========================