Add fail-open LSPosed notification probe

This commit is contained in:
ajp_anton
2026-08-16 03:55:44 +00:00
parent af3673c2e8
commit 9c9ddb6350
7 changed files with 88 additions and 0 deletions
+2
View File
@@ -10,6 +10,7 @@ recyclerView = "1.3.2"
swipeRefreshLayout = "1.1.0"
lifecycle = "2.8.7"
junit = "4.13.2"
libxposed = "101.0.1"
[libraries]
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
@@ -21,6 +22,7 @@ recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version
swiperefreshlayout = { group = "androidx.swiperefreshlayout", name = "swiperefreshlayout", version.ref = "swipeRefreshLayout" }
lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
libxposed-api = { group = "io.github.libxposed", name = "api", version.ref = "libxposed" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }