Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…alog

Migrated To AndroidX
  • Loading branch information
TutorialsAndroid committed Jun 9, 2019
2 parents baa7923 + 69ae865 commit fc2d26c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Alert Dialog ![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style
===================
AlertDialog for Android, a beautiful and material alert dialog to use in your android app.

`Older verion of this library has been removed please use new version of this library.`

**Library available at JitPack.io**

[![](https://jitpack.io/v/TutorialsAndroid/KAlertDialog.svg)](https://jitpack.io/#TutorialsAndroid/KAlertDialog)
Expand All @@ -10,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 @@ -29,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 fc2d26c

Please sign in to comment.