Skip to content

Commit e94b74a

Browse files
Bug Fixes
2 parents cee1ef6 + 98ffcd0 commit e94b74a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ AlertDialog for Android, a beautiful and material alert dialog to use in your an
1111
## ScreenShot
1212
![](https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/device-2019-03-23-132617.png)
1313

14-
## Note
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.
16-
1714
## Setup
1815
The simplest way to use AlertDialog is to add the library as dependency to your build.
1916

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

3330
dependencies {
34-
implementation 'com.github.TutorialsAndroid:KAlertDialog:v1.0.19'
31+
implementation 'com.github.TutorialsAndroid:KAlertDialog:v3.0.19'
3532
}
3633

3734
## Usage

0 commit comments

Comments
 (0)