Skip to content

Commit

Permalink
Auto-update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed Sep 21, 2024
1 parent 0355618 commit 14339f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ 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.0")
implementation("androidx.navigation:navigation-ui-ktx:2.8.0")
implementation("androidx.startup:startup-runtime:1.1.1")
implementation("androidx.navigation:navigation-fragment-ktx:2.8.1")
implementation("androidx.navigation:navigation-ui-ktx:2.8.1")
implementation("androidx.startup:startup-runtime:1.2.0")

// Android architecture components
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.5")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.6")
implementation("androidx.lifecycle:lifecycle-extensions:2.2.0")
annotationProcessor("androidx.lifecycle:lifecycle-compiler:2.8.5")
annotationProcessor("androidx.lifecycle:lifecycle-compiler:2.8.6")

// Third-party libraries
implementation("me.zhanghai.android.materialratingbar:library:1.4.0")
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.6.1" 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.0" apply false
id("androidx.navigation.safeargs") version "2.8.1" apply false
id("com.github.ben-manes.versions") version "0.51.0" apply true
}

Expand Down

0 comments on commit 14339f6

Please sign in to comment.