Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emrekotun authored Nov 1, 2021
1 parent ff8da82 commit 5c7f7c6
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@ implementation
build.gradle
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
repositories {
...
maven { url "https://jitpack.io" }
}
}
```
```
implementation 'com.github.emrekotun:CpmToast:v1.0.1'
```

![github_cover](https://user-images.githubusercontent.com/22660204/139278582-9a00616f-bb18-4732-a0ba-75b27220d668.png)
dependencies {
implementation 'com.github.GrenderG:Toasty:1.5.2'
}
```
// Success
![normal_tos](https://user-images.githubusercontent.com/22660204/139630691-63be6d16-091f-481d-a873-3f9c936cafd4.png)
```
// Success Toast
CpmToast.createColorToast(
this,
"Success !",
Expand Down

0 comments on commit 5c7f7c6

Please sign in to comment.