Skip to content

Commit 3c9c87b

Browse files
committed
Release 3.18.2
1 parent d16494a commit 3c9c87b

File tree

4 files changed

+74
-5
lines changed

4 files changed

+74
-5
lines changed

.idea/icon.svg

Lines changed: 69 additions & 0 deletions
Loading

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## 3.0
44

5-
### NEXT
5+
### 3.18.2 / Supreme 0.10.2
66
* Fixes
7-
* Fix memory management on iOS
7+
* Fix memory management on iOS
88
* Dependency Updates:
99
* Kotlin 2.2.21
1010
* Kotlinx.io 0.8.0

demoapp/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ composeImageLoader = "1.7.1"
1212
napier = "2.7.1"
1313
buildConfig = "4.1.1"
1414
kotlinx-coroutines = "1.9.0"
15-
supreme = "0.10.1"
15+
supreme = "0.10.2"
1616

1717
[libraries]
1818

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx10g -Dfile.encoding=UTF-8 -Xms200m
33
kotlin.daemon.jvm.options=-Xmx10G -Xms200m
44
kotlin.daemon.jvmargs=-Didea.max.content.load.filesize=50000000 -Didea.max.intellisense.filesize=50000000 -Xmx10g -Xms200m
55

6-
indispensableVersion=3.19.0-SNAPSHOT
7-
supremeVersion=0.11.0-SNAPSHOT
6+
indispensableVersion=3.18.2
7+
supremeVersion=0.10.2
88

99
# This is not a well-defined property, the ASP convention plugin respects it, though
1010
jdk.version=17

0 commit comments

Comments
 (0)