Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TutorialsAndroid authored Jun 2, 2019
1 parent 2581a59 commit 69ae865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ AlertDialog for Android, a beautiful and material alert dialog to use in your an
![](https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/device-2019-03-23-132617.png)

## Note
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.
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.

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

dependencies {
implementation 'com.github.TutorialsAndroid:KAlertDialog:v15.4.19'
implementation 'com.github.TutorialsAndroid:KAlertDialog:v1.0.19'
}

## Usage
Expand Down

0 comments on commit 69ae865

Please sign in to comment.