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 15865f5 commit 003d66fCopy full SHA for 003d66f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.3.1 - 2024-10-12
4
+
5
+- Fixed: Serialization crash when podcastFeed's `explicit` is represented as an Int not a Boolean.
6
7
## v0.3.0 - 2024-10-11
8
9
- Added: Value service is now supported.
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.3.0
+VERSION_NAME=0.3.1
22
23
SONATYPE_HOST=CENTRAL_PORTAL
24
RELEASE_SIGNING_ENABLED=true
0 commit comments