SweetAlert for Android, a beautiful and clever alert dialog
The simplest way to use SweetAlertDialog is to add the library as aar dependency to your build.
Maven
<dependency>
<groupId>com.pedant.sweetalert</groupId>
<artifactId>library</artifactId>
<version>1.3</version>
<type>aar</type>
</dependency>
Gradle
repositories {
mavenCentral()
}
dependencies {
compile 'com.pedant.sweetalert:library:1.3'
}