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 9c83f4f commit 5f4f272Copy full SHA for 5f4f272
README.md
@@ -52,7 +52,7 @@
52
53
## Latest releases 🛠
54
55
-- Kotlin Next Gen | [v5.3.2](https://github.com/mikepenz/Android-Iconics/tree/v5.3.2)
+- Kotlin Next Gen | [v5.3.3](https://github.com/mikepenz/Android-Iconics/tree/v5.3.3)
56
- Kotlin | [v4.0.2](https://github.com/mikepenz/Android-Iconics/tree/v4.0.2)
57
- Java AndroidX | [v3.2.5](https://github.com/mikepenz/Android-Iconics/tree/v3.2.5)
58
- Java Appcompat | [v3.0.4](https://github.com/mikepenz/Android-Iconics/tree/v3.0.4)
build.gradle
@@ -18,8 +18,8 @@ buildscript {
18
19
ext {
20
release = [
21
- versionName: "5.3.2",
22
- versionCode: 50302
+ versionName: "5.3.3",
+ versionCode: 50303
23
]
24
25
setup = [
0 commit comments