Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sirekanian committed Feb 11, 2024
1 parent fa08a60 commit 139fd80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.8"
kotlinCompilerExtensionVersion = "1.5.9"
}
packaging {
resources {
Expand All @@ -89,20 +89,20 @@ dependencies {

// compose
implementation("androidx.activity:activity-compose:1.8.2")
implementation("androidx.compose.material3:material3:1.1.2")
implementation("androidx.compose.material3:material3:1.2.0")

// ktor
implementation("io.ktor:ktor-client-okhttp:2.3.8")
implementation("io.ktor:ktor-client-content-negotiation:2.3.8")
implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.8")
implementation("org.slf4j:slf4j-simple:2.0.11")
implementation("org.slf4j:slf4j-simple:2.0.12")

// sqldelight
implementation("app.cash.sqldelight:android-driver:2.0.1")
implementation("app.cash.sqldelight:coroutines-extensions:2.0.1")

// crash reporting
add("playImplementation", "com.google.firebase:firebase-crashlytics:18.6.1")
add("playImplementation", "com.google.firebase:firebase-crashlytics:18.6.2")

}

Expand Down

0 comments on commit 139fd80

Please sign in to comment.