We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415cfc3 commit efd5e3aCopy full SHA for efd5e3a
app/build.gradle.kts
@@ -45,7 +45,7 @@ android {
45
}
46
47
dependencies {
48
- implementation("androidx.navigation:navigation-runtime-ktx:2.6.0")
+ implementation("androidx.navigation:navigation-runtime-ktx:2.8.6")
49
val composeBom = platform("androidx.compose:compose-bom:2023.06.01")
50
implementation(composeBom)
51
implementation(project(":gallery-picker"))
0 commit comments