revanced-patches/extensions/remove-screen-capture-restriction/build.gradle.kts

12 lines
199 B
Plaintext
Raw Normal View History

2024-11-06 17:03:36 +01:00
extension {
name = "extensions/all/screencapture/remove-screen-capture-restriction.rve"
}
android {
namespace = "app.revanced.extension"
}
dependencies {
compileOnly(libs.annotation)
}