diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index ae203d29..ce4797fa 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation "androidx.compose.material:material:1.7.0-alpha02" implementation 'com.google.android.material:material:1.10.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.navigation:navigation-fragment-ktx:2.7.4' + implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' implementation 'androidx.navigation:navigation-ui-ktx:2.7.4' implementation 'com.android.volley:volley:1.2.1' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index 565f364e..9f6dfec7 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -58,7 +58,7 @@ dependencies { implementation "androidx.compose.material:material:1.7.0-alpha02" implementation 'com.google.android.material:material:1.8.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3' + implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' implementation 'androidx.navigation:navigation-ui-ktx:2.5.3' implementation 'com.android.volley:volley:1.2.1' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'