From 000bcea181c69a259a51901884596ee336704dbc Mon Sep 17 00:00:00 2001 From: Syer10 Date: Tue, 3 Sep 2024 21:27:02 -0400 Subject: [PATCH] [skip ci] Update SystemTray --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 33c5337db..3cb546f82 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -70,9 +70,9 @@ exposed-migrations = "com.github.Suwayomi:exposed-migrations:3.2.0" kodein = "org.kodein.di:kodein-di-conf-jvm:7.20.2" # tray icon -systemtray-core = "com.dorkbox:SystemTray:4.2.1" -systemtray-utils = "com.dorkbox:Utilities:1.39" # version locked by SystemTray -systemtray-desktop = "com.dorkbox:Desktop:1.0" +systemtray-core = "com.dorkbox:SystemTray:4.4" +systemtray-utils = "com.dorkbox:Utilities:1.46" # version locked by SystemTray +systemtray-desktop = "com.dorkbox:Desktop:1.1" # version locked by SystemTray # dependencies of Tachiyomi extensions injekt = "com.github.inorichi.injekt:injekt-core:65b0440"