Merge pull request #1995 from nextcloud/chore/noid/checksumsAndSignatures

Gradle dependency checksum and signature checks
This commit is contained in:
Andy Scherzinger 2024-01-28 16:58:04 +01:00 committed by GitHub
commit 70f149295a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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'])
}