mirror of
https://github.com/revanced/Apktool.git
synced 2025-04-29 21:54:25 +02:00
6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
dependencies {
|
|
implementation(project(":brut.j.common"))
|
|
implementation(libs.commons.io)
|
|
implementation(libs.guava)
|
|
}
|