mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +03:00
Fix attachments and tray menu on Windows
This commit is contained in:
+25
-20
@@ -1,19 +1,20 @@
|
||||
[versions]
|
||||
agp = "9.3.1"
|
||||
agp = "9.4.0"
|
||||
androidx-activityCompose = "1.13.0"
|
||||
androidx-appcompat = "1.7.1"
|
||||
androidx-appcompat = "1.8.0"
|
||||
androidx-core-ktx = "1.19.0"
|
||||
androidx-exifinterface = "1.4.2"
|
||||
coilCompose = "3.5.0"
|
||||
compose-multiplatform = "1.12.0-beta02"
|
||||
coilCompose = "3.6.2"
|
||||
compose-multiplatform = "1.12.0"
|
||||
#noinspection NewerVersionAvailable
|
||||
constraintlayout = "0.8.0-shaded"
|
||||
coreSplashscreen = "1.2.0"
|
||||
firebaseMessaging = "25.1.1"
|
||||
firebaseMessaging = "25.1.3"
|
||||
googleServices = "4.5.0"
|
||||
haze = "2.0.0-alpha03"
|
||||
kotlin = "2.4.10"
|
||||
adaptiveAndroid = "1.2.0"
|
||||
haze = "2.0.0-beta03"
|
||||
jnaPlatform = "5.19.1"
|
||||
kotlin = "2.4.20"
|
||||
adaptiveAndroid = "1.3.0"
|
||||
biometric = "1.4.0-alpha07"
|
||||
gson = "2.14.0"
|
||||
kotlinxIoBytestring = "0.9.1"
|
||||
@@ -21,33 +22,34 @@ kotlinxCoroutinesCore = "1.11.0"
|
||||
kotlinxIoCore = "0.9.1"
|
||||
multiplatformCryptoLibsodiumBindings = "0.9.5"
|
||||
multiplatformSettings = "1.3.0"
|
||||
serialization = "2.4.10"
|
||||
serialization = "2.4.20"
|
||||
serialization-json = "1.11.0"
|
||||
material = "1.14.0"
|
||||
activityKtx = "1.13.0"
|
||||
navigationCompose = "2.9.2"
|
||||
datastore = "1.2.1"
|
||||
security-crypto = "1.1.0"
|
||||
ktor = "3.5.1"
|
||||
ktor = "3.5.2"
|
||||
slf4j = "1.7.36"
|
||||
kotlinxDatetime = "0.8.0"
|
||||
lifecycleRuntimeKtx = "2.11.0"
|
||||
composeBom = "2026.06.01"
|
||||
composeBom = "2026.09.00"
|
||||
composeMaterialIconsExtended = "1.7.3"
|
||||
composeMaterial3 = "1.12.0-alpha03"
|
||||
composeComponents = "1.12.0-beta02"
|
||||
playServicesBase = "18.10.0"
|
||||
composeComponents = "1.12.0"
|
||||
playServicesBase = "18.10.1"
|
||||
tweetnaclJava = "1.1.3"
|
||||
androidxWork = "2.11.2"
|
||||
cryptography-kotlin = "0.6.0"
|
||||
krypto = "4.0.10"
|
||||
sqldelight = "2.3.2"
|
||||
livekitAndroid = "2.27.0"
|
||||
livekitAndroidComposeComponents = "2.4.0"
|
||||
markdownRendererM3 = "0.43.0"
|
||||
bouncycastle = "1.85"
|
||||
webkit = "1.16.0"
|
||||
openjfx = "21.0.6"
|
||||
livekitAndroid = "2.28.2"
|
||||
livekitAndroidComposeComponents = "2.4.2"
|
||||
markdownRendererM3 = "0.45.0"
|
||||
bouncycastle = "1.85.2"
|
||||
webkit = "1.17.0"
|
||||
openjfx = "22.0.2"
|
||||
|
||||
[libraries]
|
||||
androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "coreSplashscreen" }
|
||||
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "androidx-core-ktx" }
|
||||
@@ -65,6 +67,7 @@ haze = { module = "dev.chrisbanes.haze:haze", version.ref = "haze" }
|
||||
haze-blur = { module = "dev.chrisbanes.haze:haze-blur", version.ref = "haze" }
|
||||
haze-blur-materials = { module = "dev.chrisbanes.haze:haze-blur-materials", version.ref = "haze" }
|
||||
jetbrains-kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinxCoroutinesCore" }
|
||||
jna-platform = { module = "net.java.dev.jna:jna-platform", version.ref = "jnaPlatform" }
|
||||
kotlinx-coroutines-swing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-swing", version.ref = "kotlinxCoroutinesCore" }
|
||||
jetbrains-kotlinx-io-bytestring = { module = "org.jetbrains.kotlinx:kotlinx-io-bytestring", version.ref = "kotlinxIoBytestring" }
|
||||
androidx-adaptive-android = { group = "androidx.compose.material3.adaptive", name = "adaptive-android", version.ref = "adaptiveAndroid" }
|
||||
@@ -91,7 +94,6 @@ ktor-client-logging = { module = "io.ktor:ktor-client-logging", version.ref = "k
|
||||
ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
|
||||
ktor-client-darwin = { module = "io.ktor:ktor-client-darwin", version.ref = "ktor" }
|
||||
ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" }
|
||||
ktor-client-java = { module = "io.ktor:ktor-client-java", version.ref = "ktor" }
|
||||
slf4j-android = { module = "org.slf4j:slf4j-android", version.ref = "slf4j" }
|
||||
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "kotlinxDatetime" }
|
||||
androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
|
||||
@@ -114,8 +116,11 @@ cryptography-core = { module = "dev.whyoleg.cryptography:cryptography-core", ver
|
||||
cryptography-provider-optimal = { module = "dev.whyoleg.cryptography:cryptography-provider-optimal", version.ref = "cryptography-kotlin" }
|
||||
androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "androidxWork" }
|
||||
androidx-webkit = { module = "androidx.webkit:webkit", version.ref = "webkit" }
|
||||
#noinspection UnusedVersionCatalogEntry
|
||||
openjfx-controls = { module = "org.openjfx:javafx-controls", version.ref = "openjfx" }
|
||||
#noinspection UnusedVersionCatalogEntry
|
||||
openjfx-web = { module = "org.openjfx:javafx-web", version.ref = "openjfx" }
|
||||
#noinspection UnusedVersionCatalogEntry
|
||||
openjfx-swing = { module = "org.openjfx:javafx-swing", version.ref = "openjfx" }
|
||||
sqldelight-runtime = { module = "app.cash.sqldelight:runtime", version.ref = "sqldelight" }
|
||||
sqldelight-coroutines-extensions = { module = "app.cash.sqldelight:coroutines-extensions", version.ref = "sqldelight" }
|
||||
|
||||
Reference in New Issue
Block a user