From 2d774960822d687d419a21cf645884d47f3467fb Mon Sep 17 00:00:00 2001 From: Niko Diamadis Date: Sun, 23 Oct 2022 17:03:46 +0200 Subject: [PATCH] Remove unused .jar import --- app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2d6775f..7807824 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,7 +59,6 @@ if (project.hasProperty('sign')) { dependencies { implementation project(':client') - implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'