Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmp-12 committed Feb 21, 2014
1 parent 807cade commit d02f167
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,14 @@ Adding SuperToasts to your project
4) Select your project module in project structure > Dependencies > Add > Module dependency > SuperToasts


###Maven
Add this to your projects POM file (not tested yet!)
###Gradle
Add this to your project's build.gradle file
```xml
<dependency>
<groupId>com.github.johnpersano</groupId>
<artifactId>supertoasts</artifactId>
<version>1.3.2</version>
<type>apklib</type>
</dependency>
dependencies {

compile 'com.github.johnpersano:supertoasts:1.3.4@aar'

}
```


Expand Down

0 comments on commit d02f167

Please sign in to comment.