Skip to content

Commit 80d14b9

Browse files
Release 21.0.0: Add modern dialog styling and advanced customization APIs
1 parent 6a848a5 commit 80d14b9

8 files changed

Lines changed: 2549 additions & 687 deletions

File tree

README.md

Lines changed: 1199 additions & 306 deletions
Large diffs are not rendered by default.

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'maven-publish'
33

44
ext {
55
PUBLISH_GROUP_ID = 'io.github.tutorialsandroid'
6-
PUBLISH_VERSION = '20.6.15'
6+
PUBLISH_VERSION = '21.0.0'
77
PUBLISH_ARTIFACT_ID = 'kalertdialog'
88
PUBLISH_DESCRIPTION = 'AlertDialog for Android, a beautiful and material alert dialog to use in your android app.'
99
PUBLISH_URL = 'https://github.com/tutorialsandroid/KAlertDialog'

0 commit comments

Comments
 (0)