Skip to content

Commit 4e0724b

Browse files
Bump version to 20.5.15 and update progressx dependency coordinates
1 parent 07a31aa commit 4e0724b

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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:
7474
Step 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

library/build.gradle

Lines changed: 2 additions & 2 deletions
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.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'

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)