Skip to content

Commit 98dd28b

Browse files
changes in button color
2 parents 8d6620e + d9316a7 commit 98dd28b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
22
===================
33
AlertDialog for Android, a beautiful and material alert dialog to use in your android app.
44

@@ -31,7 +31,7 @@ Add it in your root build.gradle at the end of repositories:
3131
Step 2. Add the dependency
3232

3333
dependencies {
34-
implementation 'com.github.TutorialsAndroid:KAlertDialog:v2.0'
34+
implementation 'com.github.TutorialsAndroid:KAlertDialog:v4.1'
3535
}
3636

3737
## Usage

0 commit comments

Comments
 (0)