Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Wirth committed Jan 23, 2024
1 parent 9b9006a commit 25bb236
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.6-dev-k2.0.0-Beta1-06a03be2b42"
kotlinCompilerExtensionVersion = "1.5.9-dev-k2.0.0-Beta3-7c5ec6895a0"
}
}

dependencies {
implementation("com.google.dagger:hilt-android:2.49")
ksp("com.google.dagger:hilt-compiler:2.49")
implementation("com.google.dagger:hilt-android:2.50")
ksp("com.google.dagger:hilt-compiler:2.50")
implementation("androidx.hilt:hilt-navigation-compose:1.1.0")
ksp("androidx.hilt:hilt-compiler:1.1.0")

Expand All @@ -42,7 +42,7 @@ dependencies {
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.0")

implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.2")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.7.0")
implementation("androidx.activity:activity-compose:1.8.2")
implementation(platform("androidx.compose:compose-bom:2023.10.01"))
implementation("androidx.compose.ui:ui")
Expand Down
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.2.0" apply false
id("org.jetbrains.kotlin.android") version "2.0.0-Beta1" apply false
id("com.google.devtools.ksp") version "2.0.0-Beta1-1.0.15" apply false
id("com.google.dagger.hilt.android") version "2.49" apply false
id("com.android.application") version "8.2.1" apply false
id("org.jetbrains.kotlin.android") version "2.0.0-Beta3" apply false
id("com.google.devtools.ksp") version "2.0.0-Beta3-1.0.17" apply false
id("com.google.dagger.hilt.android") version "2.50" apply false
}

0 comments on commit 25bb236

Please sign in to comment.