Skip to content

Commit 07a31aa

Browse files
Bump version to 20.5.14 and update progressx dependency
1 parent 14ed8c1 commit 07a31aa

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
![](https://github.com/TutorialsAndroid/KAlertDialog/blob/master/sample/src/main/res/mipmap-xxhdpi/ic_launcher.png)
22

3-
# New version released 20.5.11 on 19-05-2026
3+
# New version released 20.5.14 on 19-05-2026
44
## Changelogs
5+
- Updated progressx library to latest version
56
- Added support for custom button drawables
67
- Upgrade Gradle Wrapper to 9.4.1 and Android Gradle Plugin to 9.2.1.
78
- Update compileSdk and targetSdk to 37 across the project.
@@ -73,8 +74,8 @@ Add it in your root build.gradle at the end of repositories:
7374
Step 2. On your root build.gradle, add mavenCentral() to the allprojects section. On your module build.gradle, add
7475

7576
dependencies {
76-
implementation 'io.github.tutorialsandroid:kalertdialog:20.5.11'
77-
implementation 'com.github.TutorialsAndroid:progressx:v6.0.19' //required for kalertdialog lib
77+
implementation 'io.github.tutorialsandroid:kalertdialog:20.5.14'
78+
implementation 'io.github.tutorialsandroid:progressx:7.0.5' //required for kalertdialog lib
7879
}
7980

8081
## Usage

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.13'
6+
PUBLISH_VERSION = '20.5.14'
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:v6.0.19'
60+
implementation 'com.github.TutorialsAndroid:progressx:v7.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 42
12-
versionName "20.5.13"
11+
versionCode 43
12+
versionName "20.5.14"
1313
}
1414

1515
compileOptions {

0 commit comments

Comments
 (0)