impr: show images in blogposts

This commit is contained in:
2025-04-23 22:57:41 +03:00
parent 6260796084
commit 95f84cafb7
3 changed files with 91 additions and 4 deletions
+2
View File
@@ -7,6 +7,7 @@ compose = "1.8.0"
coreSplashscreen = "1.0.1"
datastorePreferences = "1.1.5"
desugar_jdk_libs = "2.1.5"
glide = "4.16.0"
kotlin = "2.1.20"
coreKtx = "1.16.0"
junitVersion = "1.2.1"
@@ -51,6 +52,7 @@ androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-man
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
ktor-client-android = { module = "io.ktor:ktor-client-android", version.ref = "ktor" }
ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" }
ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }