mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 05:47:46 +01:00
Merge pull request #2561 from Goooler/version
TestImplementation jUnit in depends
This commit is contained in:
commit
7c2ea3537d
@ -31,9 +31,7 @@ processResources {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
testImplementation("junit:junit:4.10") {
|
testImplementation depends.junit
|
||||||
exclude(module: 'hamcrest-core')
|
|
||||||
}
|
|
||||||
|
|
||||||
api project(':brut.j.dir'),
|
api project(':brut.j.dir'),
|
||||||
project(':brut.j.util'),
|
project(':brut.j.util'),
|
||||||
|
Loading…
Reference in New Issue
Block a user