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 4de66c7 commit 3d3b997Copy full SHA for 3d3b997
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.2.0 - 2024-09-23
4
+
5
+- Add IOS support.
6
+- Change `imageUrlHash` type to Long.
7
8
## v0.1.1 - 2024-09-23
9
10
- Internal improvements & documentation updates
gradle.properties
@@ -18,7 +18,7 @@ android.nonTransitiveRClass=true
18
19
# Library Publishing configuration
20
GROUP=io.github.mr3y-the-programmer
21
-VERSION_NAME=0.1.1
+VERSION_NAME=0.2.0
22
23
SONATYPE_HOST=CENTRAL_PORTAL
24
RELEASE_SIGNING_ENABLED=true
0 commit comments