Install and test LSPosed through test app

This commit is contained in:
topjohnwu
2024-12-24 17:11:08 -08:00
committed by John Wu
parent 32faa4ced6
commit 2baedf74d1
8 changed files with 136 additions and 49 deletions

View File

@@ -65,4 +65,5 @@ dependencies {
// However, we don't want to bundle test dependencies.
// That's why we make it compileOnly.
compileOnly(libs.test.junit)
compileOnly(libs.test.uiautomator)
}