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 7d0231b commit 0ddf054Copy full SHA for 0ddf054
README.md
@@ -53,7 +53,7 @@
53
54
## Latest releases 🛠
55
56
-- Kotlin Next Gen | [v5.3.4](https://github.com/mikepenz/Android-Iconics/tree/v5.3.4)
+- Kotlin Next Gen | [v5.4.0](https://github.com/mikepenz/Android-Iconics/tree/v5.4.0)
57
- Kotlin | [v4.0.2](https://github.com/mikepenz/Android-Iconics/tree/v4.0.2)
58
- Java AndroidX | [v3.2.5](https://github.com/mikepenz/Android-Iconics/tree/v3.2.5)
59
- 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.4",
22
- versionCode: 50304
+ versionName: "5.4.0",
+ versionCode: 50400
23
]
24
25
setup = [
0 commit comments