Add custom alert rule engine
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user