Upgrade navigation to 2.5.2
navigation 2.5.1 -> 2.5.2
This commit is contained in:
parent
5d92751fed
commit
1f56408c14
2 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ dependencies {
|
|||
implementation("androidx.lifecycle:lifecycle-runtime-ktx:$lifecycleVersion")
|
||||
|
||||
// Navigation
|
||||
val navigationVersion = "2.5.1"
|
||||
val navigationVersion = "2.5.2"
|
||||
implementation("androidx.navigation:navigation-fragment-ktx:$navigationVersion")
|
||||
implementation("androidx.navigation:navigation-ui-ktx:$navigationVersion")
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ buildscript {
|
|||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle.kts files
|
||||
val navVersion = "2.5.1"
|
||||
val navVersion = "2.5.2"
|
||||
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:$navVersion")
|
||||
|
||||
val hiltVersion = "2.43.2"
|
||||
|
|
Loading…
Reference in a new issue