diff --git a/app/build.gradle b/app/build.gradle index f5b34b6d..11f96438 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -91,9 +91,9 @@ android { implementation 'com.squareup.picasso:picasso:2.71828' // do not update this library or else file picker library will crash implementation 'com.github.bumptech.glide:glide:4.12.0' - implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5' + implementation 'androidx.navigation:navigation-fragment-ktx:2.8.5' implementation 'androidx.navigation:navigation-ui-ktx:2.3.5' - implementation 'androidx.navigation:navigation-fragment:2.3.5' + implementation 'androidx.navigation:navigation-fragment:2.8.5' implementation 'androidx.navigation:navigation-ui:2.3.5' testImplementation 'junit:junit:4.13.2' annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'