Skip to content

Commit acdfbbb

Browse files
author
TutorialsAndroid
committed
UPDATED GRADLE VERSION AND FIXED DEPRECATION ISSUE
1 parent 7824235 commit acdfbbb

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

.idea/libraries/Gradle__com_github_TutorialsAndroid_progressx_v6_0_19_aar.xml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![](https://github.com/TutorialsAndroid/KAlertDialog/blob/master/sample/src/main/res/mipmap-xxhdpi/ic_launcher.png)
22

3-
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) [![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
3+
Alert Dialog ![API](https://img.shields.io/badge/API-19%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)
44
===================
55
AlertDialog for Android, a beautiful and material alert dialog to use in your android app.
66

@@ -45,7 +45,7 @@ Add it in your root build.gradle at the end of repositories:
4545
Step 2. Add the dependency
4646

4747
dependencies {
48-
implementation 'com.github.TutorialsAndroid:KAlertDialog:v11.0.19'
48+
implementation 'com.github.TutorialsAndroid:KAlertDialog:v12.0.19'
4949
}
5050

5151
## Usage

0 commit comments

Comments
 (0)