revanced-patches/extensions/remove-screen-capture-restriction/build.gradle.kts
2024-11-06 17:19:06 +01:00

12 lines
199 B
Plaintext

extension {
name = "extensions/all/screencapture/remove-screen-capture-restriction.rve"
}
android {
namespace = "app.revanced.extension"
}
dependencies {
compileOnly(libs.annotation)
}