Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
yadav-rahul committed Jul 29, 2016
1 parent b45cb1e commit c05b2fd
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,8 @@ Refer Here [Wiki](https://github.com/yadav-rahul/TastyToast/wiki)

##Dependency

Add it in your root build.gradle at the end of repositories:

```
allprojects {
repositories {
...
maven { url 'https://dl.bintray.com/yadav-rahul/maven/' }
}
}
```
and then add dependency
Add dependency in your app module

```
dependencies {
Expand All @@ -38,6 +29,7 @@ dependencies {
```
TastyToast.makeText(getApplicationContext(), "Hello World !", TastyToast.LENGTH_LONG, TastyToast.WARNING);
```
Last parameter here is the type of toast you want to show.

## Contributing

Expand Down

0 comments on commit c05b2fd

Please sign in to comment.