Persist encrypted alert configuration

This commit is contained in:
ajp_anton
2026-08-16 17:16:07 +00:00
parent ae409612b4
commit 720db4b7d3
5 changed files with 250 additions and 0 deletions
+3
View File
@@ -97,4 +97,7 @@ dependencies {
compileOnly(libs.libxposed.api)
testImplementation(libs.junit)
testImplementation("org.json:json:20240303")
androidTestImplementation("androidx.test.ext:junit:1.2.1")
androidTestImplementation("androidx.test:runner:1.6.2")
}