feat: Add Hide ADB status patch (#4585)

Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
1fexd
2025-04-16 08:55:07 +00:00
committed by GitHub
parent 4c619fb346
commit 1ea8047aef
5 changed files with 106 additions and 0 deletions

View File

@ -0,0 +1,16 @@
android {
namespace = "app.revanced.extension"
defaultConfig {
minSdk = 21
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
}
dependencies {
compileOnly(libs.annotation)
}