Driver Manager v2.0.0 - LSPosed module for per-app driver management

This commit is contained in:
sssnake
2026-04-03 06:38:12 -07:00
commit 3d87e492b2
39 changed files with 2869 additions and 0 deletions

17
settings.gradle.kts Normal file
View File

@@ -0,0 +1,17 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolution {
repositories {
google()
mavenCentral()
maven("https://api.xposed.info/")
}
}
rootProject.name = "DriverManager"
include(":app")