Skip to content

Commit 0210bd6

Browse files
Bug Fix
2 parents 6a5a224 + fac8517 commit 0210bd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![](https://github.com/TutorialsAndroid/KAlertDialog/blob/master/sample/src/main/res/mipmap-xxhdpi/ic_launcher.png)
2+
13
Alert Dialog ![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat) [![Known Vulnerabilities](https://snyk.io/test/github/TutorialsAndroid/KAlertDialog/badge.svg?targetFile=library%2Fbuild.gradle)](https://snyk.io/test/github/TutorialsAndroid/KAlertDialog?targetFile=library%2Fbuild.gradle) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-KAlertDiaog-blue.svg?style=flat)](https://android-arsenal.com/details/1/7588) [![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
24
===================
35
AlertDialog for Android, a beautiful and material alert dialog to use in your android app.
@@ -28,7 +30,7 @@ Add it in your root build.gradle at the end of repositories:
2830
Step 2. Add the dependency
2931

3032
dependencies {
31-
implementation 'com.github.TutorialsAndroid:KAlertDialog:v3.0.19'
33+
implementation 'com.github.TutorialsAndroid:KAlertDialog:v4.0.19'
3234
}
3335

3436
## Usage

0 commit comments

Comments
 (0)