File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- Alert Dialog ![ API] ( https://img.shields.io/badge/API-15%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 )
1
+ Alert Dialog ![ API] ( https://img.shields.io/badge/API-15%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 )
2
2
===================
3
3
AlertDialog for Android, a beautiful and material alert dialog to use in your android app.
4
4
@@ -31,7 +31,7 @@ Add it in your root build.gradle at the end of repositories:
31
31
Step 2. Add the dependency
32
32
33
33
dependencies {
34
- implementation 'com.github.TutorialsAndroid:KAlertDialog:v2.0 '
34
+ implementation 'com.github.TutorialsAndroid:KAlertDialog:v4.1 '
35
35
}
36
36
37
37
## Usage
You can’t perform that action at this time.
0 commit comments