commit | dd7ba69c807a5c985e80ff54e37bd4e46057c67a | [log] [tgz] |
---|---|---|
author | Alexey Tsvetkov <[email protected]> | Tue Jun 22 10:14:50 2021 +0300 |
committer | Alexey Tsvetkov <[email protected]> | Fri Jun 25 09:22:36 2021 +0300 |
tree | 2c86a848c290b795dd4d6e7c6929b85411155c33 | |
parent | d0a9c00d886f59f52fd5d6ac45c90f42fdc4c9de [diff] [blame] |
Update skiko to 0.3.5 Minor update to skiko. Notable changes: * allowing to use skiko in more than one classloader (https://github.com/JetBrains/skiko/pull/121). This is needed for the preview for desktop, as well as using Compose is multi-classloader environments such as the Intellij itself; * fix for DPI issues on Linux (https://github.com/JetBrains/skiko/pull/128); Test: local build + manual testing Signed-off-by: Alexey Tsvetkov <[email protected]> Change-Id: Ida9cc3788929bf565db63228afcbf65a1fc6024c
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5887db6..7818d467 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml
@@ -32,7 +32,7 @@ ksp = "1.5.10-1.0.0-beta01" leakcanary = "2.2" mockito = "2.25.0" -skiko = "0.3.3" +skiko = "0.3.5" sqldelight = "1.3.0" wire = "3.6.0"