Skip to content

Commit

Permalink
Upgrade navigation dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-paing committed Apr 3, 2023
1 parent 1c7786b commit a05de51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ plugins {
id 'com.android.library' version '7.4.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
id 'com.squareup.sqldelight' version '1.5.5' apply false
id "com.github.ben-manes.versions" version "0.46.0"
}

task clean(type: Delete) {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/AndroidXNavigationDep.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fun DependencyHandler.androidXNavigation() {


object AndroidXNavigation {
private const val version = "2.4.2"
private const val version = "2.5.3"

const val gradle_plugin = "androidx.navigation:navigation-safe-args-gradle-plugin:$version"

Expand Down

0 comments on commit a05de51

Please sign in to comment.