mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-03 19:27:40 +01:00
6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
dependencies {
|
|
implementation(project(":brut.j.common"))
|
|
implementation(libs.commons.io)
|
|
implementation(libs.guava)
|
|
}
|