Add custom alert rule engine

This commit is contained in:
ajp_anton
2026-08-16 03:59:32 +00:00
parent 9c9ddb6350
commit 5e0662a233
5 changed files with 260 additions and 0 deletions
+2
View File
@@ -11,6 +11,7 @@ swipeRefreshLayout = "1.1.0"
lifecycle = "2.8.7"
junit = "4.13.2"
libxposed = "101.0.1"
re2j = "1.8"
[libraries]
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
@@ -23,6 +24,7 @@ swiperefreshlayout = { group = "androidx.swiperefreshlayout", name = "swiperefre
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" }
re2j = { group = "com.google.re2j", name = "re2j", version.ref = "re2j" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }