Kaynağa Gözat

Updated dependencies

Vadik Sirekanyan 2 yıl önce
ebeveyn
işleme
759dcbd5c0
2 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  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
     }
     composeOptions {
-        kotlinCompilerExtensionVersion = "1.5.3"
+        kotlinCompilerExtensionVersion = "1.5.4"
     }
     packaging {
         resources {
@@ -79,9 +79,9 @@ dependencies {
     implementation("androidx.compose.material3:material3:1.1.2")
 
     // 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")
 
     // sqldelight

+ 2 - 2
build.gradle.kts

@@ -1,6 +1,6 @@
 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("plugin.serialization") version kotlinVersion apply false
     id("app.cash.sqldelight") version "2.0.0" apply false