Display and send messages

This commit is contained in:
2026-04-10 14:26:33 +03:00
parent 902af5e7b5
commit d7d14389fc
5 changed files with 189 additions and 231 deletions
+2
View File
@@ -1,6 +1,7 @@
[versions]
agp = "9.1.0"
coil = "3.4.0"
iconsaxCompose = "0.0.5"
jsoup = "1.22.1"
kotlin = "2.2.21"
coreKtx = "1.15.0"
@@ -29,6 +30,7 @@ androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
coil-compose = { module = "io.coil-kt.coil3:coil-compose", version.ref = "coil" }
coil-network-okhttp = { module = "io.coil-kt.coil3:coil-network-okhttp", version.ref = "coil" }
iconsax-compose = { module = "io.github.rabehx:iconsax-compose", version.ref = "iconsaxCompose" }
jsoup = { module = "org.jsoup:jsoup", version.ref = "jsoup" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }