mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-02 21:22:59 +01:00
12 lines
199 B
Plaintext
12 lines
199 B
Plaintext
extension {
|
|
name = "extensions/all/screencapture/remove-screen-capture-restriction.rve"
|
|
}
|
|
|
|
android {
|
|
namespace = "app.revanced.extension"
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly(libs.annotation)
|
|
}
|