mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 21:27:36 +02:00
Merge branch 'master' into gradle7
# Conflicts: # build.gradle
This commit is contained in:
@ -28,14 +28,12 @@ processResources {
|
||||
include '**/*.jar'
|
||||
duplicatesStrategy = DuplicatesStrategy.INCLUDE
|
||||
}
|
||||
|
||||
|
||||
includeEmptyDirs = false
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation("junit:junit:4.10") {
|
||||
exclude(module: 'hamcrest-core')
|
||||
}
|
||||
testImplementation depends.junit
|
||||
|
||||
api project(':brut.j.dir'),
|
||||
project(':brut.j.util'),
|
||||
@ -50,4 +48,4 @@ dependencies {
|
||||
depends.commons_io
|
||||
|
||||
testImplementation depends.xmlunit
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user