From 1fde5bd35573a3020a854402bd7c78efc10d1053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Wed, 1 Jul 2020 21:48:11 +0200 Subject: [PATCH] Remove androidx.legacy dependency --- app/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 22f7582ef..b884a8558 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -134,8 +134,6 @@ android { } dependencies { - implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.gridlayout:gridlayout:1.0.0'