1
0
mirror of https://github.com/revanced/revanced-patches synced 2025-01-28 01:27:32 +01:00

6 lines
157 B
Plaintext
Raw Normal View History

dependencies {
compileOnly(project(":extensions:shared:library"))
compileOnly(project(":extensions:tiktok:stub"))
compileOnly(libs.annotation)
}