Skip to content

Commit 86ff80e

Browse files
committed
Merge branch 'master' of https://github.com/Pierry/SimpleToast
2 parents 89831ce + 4c7a9ef commit 86ff80e

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,36 @@ SimpleToast
22
===========
33

44
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-SimpleToast-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1031)
5+
![](https://img.shields.io/github/tag/Pierry/SimpleToast.svg?label=maven)
56

67
Notifications for Android (like a Toast)
78

8-
Current version: 1.0
9+
Current version: 1.01
910

1011
Example
1112
===========
1213
![alt tag](https://raw.githubusercontent.com/Pierry/SimpleToast/master/screentshots/cancel.png)
1314
![alt tag](https://raw.githubusercontent.com/Pierry/SimpleToast/master/screentshots/ok.png)
1415

1516

16-
Usage
17+
Gradle
1718
===========
1819

20+
Into your build.gradle:
21+
22+
repositories {
23+
maven { url "https://jitpack.io" }
24+
}
25+
26+
dependencies {
27+
compile 'com.github.Pierry:SimpleToast:v1.01'
28+
}
29+
30+
Ref. https://jitpack.io/#Pierry/SimpleToast/v1.01
31+
32+
Usage
33+
=============
34+
1935
The API is kept as simple as the Toast API:
2036

2137
Create a SimpleToast for any CharSequence:

0 commit comments

Comments
 (0)