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 2352bca commit 832e42bCopy full SHA for 832e42b
gradle/libs.versions.toml
@@ -32,7 +32,7 @@ foundation-layout-android = "1.7.6"
32
emerge-gradle-plugin = "4.3.2-SNAPSHOT"
33
emerge-performance = "2.1.2"
34
emerge-reaper = "1.0.2-SNAPSHOT"
35
-emerge-snapshots = "1.4.1-SNAPSHOT"
+emerge-snapshots = "1.4.1"
36
emerge-distribution = "0.0.5-SNAPSHOT"
37
annotation-jvm = "1.9.1"
38
snapshots/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## 1.4.1 - 2025-04-15
11
+
12
+- Replace KotlinX Serialization with Moshi to prevent version conflicts. [#574](https://github.com/EmergeTools/emerge-android/pull/574)
13
14
## 1.4.0 - 2025-03-25
15
16
- Remove `snapshots-shared`
0 commit comments