Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shehabic committed Feb 27, 2016
1 parent 2e5e8e1 commit edf3ebf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ A simple yet-customizable Android drop-down menu. It supports Text with/without

Version
=======
v.0.5.0
v.0.5.1

Usage (Maven)
=============
```XML
<dependency>
<groupId>com.shehabic.droppy</groupId>
<artifactId>Droppy</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</dependency>
```

Usage (Gradle)
==============
```groovy
compile 'com.shehabic.droppy:Droppy:0.5.0@aar'
compile 'com.shehabic.droppy:Droppy:0.5.1@aar'
```

Generate Programmatically
Expand Down

0 comments on commit edf3ebf

Please sign in to comment.