We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4465d61 commit 14ed8c1Copy full SHA for 14ed8c1
2 files changed
library/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'maven-publish'
3
4
ext {
5
PUBLISH_GROUP_ID = 'io.github.tutorialsandroid'
6
- PUBLISH_VERSION = '20.5.12'
+ PUBLISH_VERSION = '20.5.13'
7
PUBLISH_ARTIFACT_ID = 'kalertdialog'
8
PUBLISH_DESCRIPTION = 'AlertDialog for Android, a beautiful and material alert dialog to use in your android app.'
9
PUBLISH_URL = 'https://github.com/tutorialsandroid/KAlertDialog'
sample/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "com.developer.kalert.alert"
minSdkVersion 23
10
targetSdkVersion 37
11
- versionCode 41
12
- versionName "20.5.12"
+ versionCode 42
+ versionName "20.5.13"
13
}
14
15
compileOptions {
0 commit comments