Vadik Sirekanyan 2 лет назад
Родитель
Сommit
759dcbd5c0
2 измененных файлов с 6 добавлено и 6 удалено
  1. 4 4
      app/build.gradle.kts
  2. 2 2
      build.gradle.kts

+ 4 - 4
app/build.gradle.kts

@@ -63,7 +63,7 @@ android {
         compose = true
         compose = true
     }
     }
     composeOptions {
     composeOptions {
-        kotlinCompilerExtensionVersion = "1.5.3"
+        kotlinCompilerExtensionVersion = "1.5.4"
     }
     }
     packaging {
     packaging {
         resources {
         resources {
@@ -79,9 +79,9 @@ dependencies {
     implementation("androidx.compose.material3:material3:1.1.2")
     implementation("androidx.compose.material3:material3:1.1.2")
 
 
     // ktor
     // ktor
-    implementation("io.ktor:ktor-client-okhttp:2.3.5")
-    implementation("io.ktor:ktor-client-content-negotiation:2.3.5")
-    implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.5")
+    implementation("io.ktor:ktor-client-okhttp:2.3.6")
+    implementation("io.ktor:ktor-client-content-negotiation:2.3.6")
+    implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.6")
     implementation("org.slf4j:slf4j-simple:2.0.9")
     implementation("org.slf4j:slf4j-simple:2.0.9")
 
 
     // sqldelight
     // sqldelight

+ 2 - 2
build.gradle.kts

@@ -1,6 +1,6 @@
 plugins {
 plugins {
-    val kotlinVersion = "1.9.10"
-    id("com.android.application") version "8.1.2" apply false
+    val kotlinVersion = "1.9.20"
+    id("com.android.application") version "8.1.3" apply false
     kotlin("android") version kotlinVersion apply false
     kotlin("android") version kotlinVersion apply false
     kotlin("plugin.serialization") version kotlinVersion apply false
     kotlin("plugin.serialization") version kotlinVersion apply false
     id("app.cash.sqldelight") version "2.0.0" apply false
     id("app.cash.sqldelight") version "2.0.0" apply false