Skip to content

Commit

Permalink
Bump androidx.navigation:navigation-safe-args-gradle-plugin (#124)
Browse files Browse the repository at this point in the history
Bumps androidx.navigation:navigation-safe-args-gradle-plugin from 2.8.3 to 2.8.4.

---
updated-dependencies:
- dependency-name: androidx.navigation:navigation-safe-args-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent f6023e6 commit 5857f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
// in the individual module build.gradle files
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

def nav_version = "2.8.3"
def nav_version = "2.8.4"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
}
}
Expand Down

0 comments on commit 5857f15

Please sign in to comment.