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 e9524da commit f35e0eaCopy full SHA for f35e0ea
2 files changed
README.md
@@ -54,8 +54,7 @@
54
55
## Latest releases 🛠
56
57
-- Kotlin | [v5.4.0](https://github.com/mikepenz/Android-Iconics/tree/v5.4.0)
58
-- Pre-Release | [v5.5.0-b01](https://github.com/mikepenz/Android-Iconics/tree/v5.5.0-b01)
+- Kotlin | [v5.5.0](https://github.com/mikepenz/Android-Iconics/tree/v5.5.0)
59
60
## 1. Provide the gradle dependency
61
```gradle
build.gradle
@@ -18,7 +18,7 @@ buildscript {
18
19
ext {
20
release = [
21
- versionName: "5.5.0-rc01",
+ versionName: "5.5.0",
22
versionCode: 50500
23
]
24
0 commit comments