Add vpn hide xposed module

This commit is contained in:
世界
2026-01-07 20:31:27 +08:00
parent 8a8686b3df
commit cd83cbfe9e
152 changed files with 12994 additions and 2782 deletions

View File

@@ -0,0 +1,26 @@
plugins {
id("com.android.library")
}
android {
namespace = "io.github.libxposed.api"
compileSdk = 36
defaultConfig {
minSdk = 21
}
buildFeatures {
androidResources = false
buildConfig = false
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
}
dependencies {
compileOnly("androidx.annotation:annotation:1.7.1")
}