mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-03 19:27:40 +01:00
9 lines
233 B
Plaintext
9 lines
233 B
Plaintext
rootProject.name = "apktool-cli"
|
|
include("brut.j.common", "brut.j.util", "brut.j.dir", "brut.apktool:apktool-lib", "brut.apktool:apktool-cli")
|
|
|
|
dependencyResolutionManagement {
|
|
versionCatalogs {
|
|
create("libs") {}
|
|
}
|
|
}
|