mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-27 11:55:54 +01:00
6 lines
157 B
Plaintext
6 lines
157 B
Plaintext
dependencies {
|
|
compileOnly(project(":extensions:shared:library"))
|
|
compileOnly(project(":extensions:tiktok:stub"))
|
|
compileOnly(libs.annotation)
|
|
}
|