Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
shehabic committed Mar 4, 2015
2 parents 643431c + 88f2bb4 commit 33a5b28
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
=========================
Expand Down

0 comments on commit 33a5b28

Please sign in to comment.