Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samwelnyandoro committed Aug 29, 2022
1 parent 4bb1c87 commit 650b904
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Sweet Alert Dialog
===================
SweetAlert for Android, a beautiful and clever alert dialog

[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Sweet%20Alert%20Dialog-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1065)

Inspired by JavaScript [SweetAlert](http://tristanedwards.me/sweetalert)

**Gradle**

repositories {
mavenCentral()
jcenter()
}

dependencies {
implementation 'cn.pedant.sweetalert:library:1.3'
}

0 comments on commit 650b904

Please sign in to comment.