Remove unused .jar import

This commit is contained in:
Niko Diamadis
2022-10-23 17:03:46 +02:00
committed by Jannis Mattheis
parent 35069f7a6e
commit 2d77496082

View File

@@ -59,7 +59,6 @@ if (project.hasProperty('sign')) {
dependencies { dependencies {
implementation project(':client') implementation project(':client')
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.4.0' implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'