remove local dependency jar generic definition

...since we don't have any

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-01-28 16:41:25 +01:00
parent a0a2c0a424
commit 24fbb4f7eb
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -128,6 +128,4 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.10.0'
testImplementation 'org.robolectric:robolectric:4.11.1'
implementation fileTree(dir: 'libs', include: ['*.jar'])
}