From 402086266bb4fd7c236153821043329a6e07111c Mon Sep 17 00:00:00 2001 From: Michael Rittmeister Date: Sat, 26 Oct 2024 00:17:23 +0200 Subject: [PATCH] Upgrades - Update kotlin to 2.0.21 - Update ktor to 3.0.0 - Update mikbot to 3.37.19 - Update ksp to 2.0.21-1.0.26 - Update kordex to 1.9.12-mikbot-SNAPSHOT - Update AGP to 8.7.1 - Update compose to 1.7.0 - Update horologist to 0.7.3-alpha - Update protobuf to 4.28.3 - Update coil to 3.0.0-rc01 - Update mikbot-music-player to 3.12.0-SNAPSHOT - Update logback to 1.5.11 - Update activity-compose to 1.9.3 - Update androidx-core-ktx to 1.15.0-rc01 - Switch coil-network-ktor2 to coil-network-ktor3 - Register Discord Activity Entry point --- .../{other.xml => caches/deviceStreaming.xml} | 57 +++++++-- .idea/gradle.xml | 1 + .idea/kotlinc.xml | 2 +- .idea/runConfigurations.xml | 17 +++ app/android/build.gradle.kts | 4 - .../src/main/java/UpdateAwareAppScope.kt | 1 - app/desktop/rules.pro | 2 +- .../kotlin/AuthorizationServer.kt | 4 +- app/desktop/uwp_helper/Cargo.lock | 113 ++++++++---------- .../src/commonMain/kotlin/ImageLoader.kt | 4 +- bot/build.gradle.kts | 2 +- .../dev/schlaubi/tonbrett/bot/Plugin.kt | 9 ++ .../tonbrett/bot/server/Authentication.kt | 3 +- .../tonbrett/bot/server/FileServer.kt | 2 +- .../dev/schlaubi/tonbrett/bot/server/Ktor.kt | 2 +- .../dev/schlaubi/tonbrett/bot/server/Ui.kt | 22 +++- .../schlaubi/tonbrett/bot/server/WebSocket.kt | 3 +- .../soundboard/strings_de_DE.properties | 1 + .../soundboard/strings_en_GB.properties | 1 + buildSrc/src/main/kotlin/Android.kt | 2 +- client/src/commonMain/kotlin/Tonbrett.kt | 15 +-- .../src/commonMain/kotlin/WebSocketRetry.kt | 21 ++-- gradle/libs.versions.toml | 30 ++--- 23 files changed, 187 insertions(+), 131 deletions(-) rename .idea/{other.xml => caches/deviceStreaming.xml} (87%) create mode 100644 .idea/runConfigurations.xml diff --git a/.idea/other.xml b/.idea/caches/deviceStreaming.xml similarity index 87% rename from .idea/other.xml rename to .idea/caches/deviceStreaming.xml index 1b1a2c59..5a2f8669 100644 --- a/.idea/other.xml +++ b/.idea/caches/deviceStreaming.xml @@ -1,6 +1,6 @@ - + diff --git a/.idea/gradle.xml b/.idea/gradle.xml index f0cdb4e4..6d096c70 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -15,6 +15,7 @@ +