Skip to content

Commit

Permalink
Auto-update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed Oct 4, 2024
1 parent d6dff4e commit 85a8a3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ dependencies {
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.multidex:multidex:2.0.1")
implementation("androidx.recyclerview:recyclerview:1.3.2")
implementation("androidx.navigation:navigation-fragment-ktx:2.8.1")
implementation("androidx.navigation:navigation-ui-ktx:2.8.1")
implementation("androidx.navigation:navigation-fragment-ktx:2.8.2")
implementation("androidx.navigation:navigation-ui-ktx:2.8.2")
implementation("androidx.startup:startup-runtime:1.2.0")

// Android architecture components
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("com.android.library") version "8.7.0" apply false
id("org.jetbrains.kotlin.android") version "2.0.20" apply false
id("com.google.gms.google-services") version "4.4.2" apply false
id("androidx.navigation.safeargs") version "2.8.1" apply false
id("androidx.navigation.safeargs") version "2.8.2" apply false
id("com.github.ben-manes.versions") version "0.51.0" apply true
}

Expand Down

0 comments on commit 85a8a3c

Please sign in to comment.