Skip to content

Commit 14ed8c1

Browse files
Update version to 20.5.13
1 parent 4465d61 commit 14ed8c1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.5.12'
6+
PUBLISH_VERSION = '20.5.13'
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'

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 41
12-
versionName "20.5.12"
11+
versionCode 42
12+
versionName "20.5.13"
1313
}
1414

1515
compileOptions {

0 commit comments

Comments
 (0)