Skip to content

Commit

Permalink
Merge pull request #465 from Futsch1/dependabot/gradle/androidx.navig…
Browse files Browse the repository at this point in the history
…ation.safeargs-2.8.6

Bump androidx.navigation.safeargs from 2.8.5 to 2.8.6
  • Loading branch information
Futsch1 authored Feb 4, 2025
2 parents 11c5709 + 97d5634 commit 0ba7b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
//noinspection GradleDependency: Version 8.8.0 has an issue with JaCoCo coverage
id("com.android.application") version "8.7.3" apply false
id("androidx.room") version "2.6.1" apply false
id("androidx.navigation.safeargs") version "2.8.5" apply false
id("androidx.navigation.safeargs") version "2.8.6" apply false
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
}

Expand Down

0 comments on commit 0ba7b23

Please sign in to comment.