Skip to content

Commit 42a638b

Browse files
New Version v20.2.1
1 parent 1a5cf32 commit 42a638b

File tree

40 files changed

+15480
-3211
lines changed

40 files changed

+15480
-3211
lines changed
Binary file not shown.
Binary file not shown.

.gradle/7.4/fileHashes/fileHashes.bin

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
102 Bytes
Binary file not shown.
Binary file not shown.

.gradle/file-system.probe

0 Bytes
Binary file not shown.

.idea/workspace.xml

Lines changed: 0 additions & 130 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

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

3-
# New version released v20.2.0 on 14-10-2022
3+
# New version released v20.2.1 on 18-10-2022
44
## Changelogs
5-
- Added option to change button text color
6-
- Added option to tint vector drawable in dark mode
5+
- Fixed issue in button not changing color in NORMAL_TYPE dialog
76
### Read the changes in README
87

98
Alert Dialog ![API](https://img.shields.io/badge/API-19%2B-brightgreen.svg?style=flat) [![Known Vulnerabilities](https://snyk.io/test/github/TutorialsAndroid/KAlertDialog/badge.svg?targetFile=library%2Fbuild.gradle)](https://snyk.io/test/github/TutorialsAndroid/KAlertDialog?targetFile=library%2Fbuild.gradle) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-KAlertDiaog-blue.svg?style=flat)](https://android-arsenal.com/details/1/7588) [![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
@@ -68,7 +67,7 @@ Add it in your root build.gradle at the end of repositories:
6867
Step 2. Add the dependency
6968

7069
dependencies {
71-
implementation 'com.github.TutorialsAndroid:KAlertDialog:v20.2.0'
70+
implementation 'com.github.TutorialsAndroid:KAlertDialog:v20.2.1'
7271
}
7372

7473
## Usage

0 commit comments

Comments
 (0)