mirror of
https://github.com/PhilKes/NotallyX.git
synced 2025-06-28 20:29:54 +00:00
Downgrade androidx.navigation to v2.3.5
This commit is contained in:
parent
b95782e53a
commit
30f889f3db
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ afterEvaluate {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
val navVersion = "2.8.9"
|
val navVersion = "2.3.5"
|
||||||
val roomVersion = "2.6.1"
|
val roomVersion = "2.6.1"
|
||||||
|
|
||||||
implementation("androidx.navigation:navigation-fragment-ktx:$navVersion")
|
implementation("androidx.navigation:navigation-fragment-ktx:$navVersion")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue