Skip to content

Commit fc2d26c

Browse files
Migrated To AndroidX
2 parents baa7923 + 69ae865 commit fc2d26c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Alert Dialog ![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style
22
===================
33
AlertDialog for Android, a beautiful and material alert dialog to use in your android app.
44

5+
`Older verion of this library has been removed please use new version of this library.`
6+
57
**Library available at JitPack.io**
68

79
[![](https://jitpack.io/v/TutorialsAndroid/KAlertDialog.svg)](https://jitpack.io/#TutorialsAndroid/KAlertDialog)
@@ -10,7 +12,7 @@ AlertDialog for Android, a beautiful and material alert dialog to use in your an
1012
![](https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/device-2019-03-23-132617.png)
1113

1214
## Note
13-
New version of library `15.4.19` require![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat)New version of this library doesn't support Old Android version.
15+
New version of library `1.0.19` require![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat)New version of this library doesn't support Old Android version.
1416

1517
## Setup
1618
The simplest way to use AlertDialog is to add the library as dependency to your build.
@@ -29,7 +31,7 @@ Add it in your root build.gradle at the end of repositories:
2931
Step 2. Add the dependency
3032

3133
dependencies {
32-
implementation 'com.github.TutorialsAndroid:KAlertDialog:v15.4.19'
34+
implementation 'com.github.TutorialsAndroid:KAlertDialog:v1.0.19'
3335
}
3436

3537
## Usage

0 commit comments

Comments
 (0)