From 58136d08ed0831afc3ca1667907d32b9221f33e5 Mon Sep 17 00:00:00 2001 From: LooKeR Date: Tue, 9 Nov 2021 11:25:01 +0530 Subject: [PATCH] Update: Bump Fragments Dependency --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c8b91bbd..6ba0aa86 100644 --- a/build.gradle +++ b/build.gradle @@ -123,7 +123,7 @@ dependencies { // Frontend implementation 'androidx.appcompat:appcompat:1.4.0-rc01' implementation 'androidx.viewpager2:viewpager2:1.0.0' - implementation 'androidx.fragment:fragment-ktx:1.4.0-beta01' + implementation 'androidx.fragment:fragment-ktx:1.4.0-rc01' implementation 'com.google.android.material:material:1.5.0-alpha05' // Backend