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 ac6c5ea commit d6e6062Copy full SHA for d6e6062
CHANGELOG.md
@@ -10,6 +10,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
10
11
### Breaking Changes
12
13
+## 0.4.0
14
+
15
+### Added
16
+- Coil3 module
17
18
+### Updates
19
+- Kotlin to 2.2.0
20
+- AGP to 8.11.1
21
+- Gradle to 8.14.3
22
+- Several other dependencies
23
24
## 0.3.6
25
26
### Updates
gradle.properties
@@ -4,4 +4,4 @@ android.enableJetifier=true
4
android.useAndroidX=true
5
kotlin.mpp.stability.nowarn=true
6
kotlin.mpp.androidGradlePluginCompatibility.nowarn=true
7
-version=0.4.0-SNAPSHOT
+version=0.4.0
0 commit comments