File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11![ ] ( https://github.com/TutorialsAndroid/KAlertDialog/blob/master/sample/src/main/res/mipmap-xxhdpi/ic_launcher.png )
22
3- # New version released 20.5.14 on 19-05-2026
3+ # New version released 20.5.15 on 19-05-2026
44## Changelogs
55- Updated progressx library to latest version
66- Added support for custom button drawables
@@ -74,7 +74,7 @@ Add it in your root build.gradle at the end of repositories:
7474Step 2. On your root build.gradle, add mavenCentral() to the allprojects section. On your module build.gradle, add
7575
7676 dependencies {
77- implementation 'io.github.tutorialsandroid:kalertdialog:20.5.14 '
77+ implementation 'io.github.tutorialsandroid:kalertdialog:20.5.15 '
7878 implementation 'io.github.tutorialsandroid:progressx:7.0.5' //required for kalertdialog lib
7979 }
8080
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'maven-publish'
33
44ext {
55 PUBLISH_GROUP_ID = ' io.github.tutorialsandroid'
6- PUBLISH_VERSION = ' 20.5.14 '
6+ PUBLISH_VERSION = ' 20.5.15 '
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'
@@ -57,7 +57,7 @@ dependencies {
5757 implementation ' androidx.appcompat:appcompat:1.7.1'
5858 implementation ' com.google.android.material:material:1.14.0'
5959
60- implementation ' com .github.TutorialsAndroid :progressx:v7 .0.5'
60+ implementation ' io .github.tutorialsandroid :progressx:7 .0.5'
6161
6262 implementation ' com.github.bumptech.glide:glide:5.0.7'
6363 annotationProcessor ' com.github.bumptech.glide:compiler:5.0.7'
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 applicationId " com.developer.kalert.alert"
99 minSdkVersion 23
1010 targetSdkVersion 37
11- versionCode 43
12- versionName " 20.5.14 "
11+ versionCode 44
12+ versionName " 20.5.15 "
1313 }
1414
1515 compileOptions {
You can’t perform that action at this time.
0 commit comments