revanced-patches/extensions/all/misc/screencapture/remove-screen-capture-restriction/build.gradle.kts
2026-02-26 03:10:16 +09:00

9 lines
109 B
Kotlin

android {
defaultConfig {
minSdk = 21
}
}
dependencies {
compileOnly(libs.annotation)
}