diff --git a/app/build.gradle b/app/build.gradle index c67b7fc76..b30e4c5cf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -212,7 +212,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'androidx.media:media:1.4.3' - implementation 'androidx.fragment:fragment-ktx:1.4.0-rc01' + implementation 'androidx.fragment:fragment-ktx:1.4.0' implementation 'androidx.core:core-ktx:1.7.0' def nav_version = "2.4.0-beta02"