Remove unused .jar import
This commit is contained in:
committed by
Jannis Mattheis
parent
35069f7a6e
commit
2d77496082
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user