From e5a8d536a0504f2dd13488a911225f1a0f66d102 Mon Sep 17 00:00:00 2001 From: dkanada Date: Sat, 12 Jun 2021 00:40:57 +0900 Subject: [PATCH] update androidx dependencies --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2d0fc191..7baef159 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation 'androidx.fragment:fragment-ktx:1.3.4' implementation 'androidx.legacy:legacy-support-v13:1.0.0' implementation 'androidx.appcompat:appcompat:1.3.0' - implementation 'androidx.recyclerview:recyclerview:1.2.0' + implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.gridlayout:gridlayout:1.0.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.palette:palette-ktx:1.0.0'