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

3
build.gradle.kts Normal file
View File

@@ -0,0 +1,3 @@
plugins {
id("com.android.application") version "8.7.3" apply false
}