Skip to content

Commit cbf8196

Browse files
authored
Update README.md
1 parent cee20ae commit cbf8196

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,14 @@ allprojects {
2222
}
2323
}
2424
```
25+
26+
## Dependency
27+
28+
Add this to your module's `build.gradle` file (make sure the version matches the JitPack badge above):
29+
30+
```gradle
31+
dependencies {
32+
...
33+
implementation 'com.github.GrenderG:Toasty:1.3.1'
34+
}
35+
```

0 commit comments

Comments
 (0)