Remove useless dependencies reference
There is no libs/ directory with local jar files.
This commit is contained in:
parent
af4b7855e1
commit
7f2f5950f2
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
||||||
testImplementation 'junit:junit:4.13.1'
|
testImplementation 'junit:junit:4.13.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue