Clean up compatibility support code

This commit is contained in:
ajp_anton
2026-06-30 19:17:47 +00:00
parent 6b11e76504
commit 6f308a823c
14 changed files with 670 additions and 297 deletions
+1 -5
View File
@@ -86,9 +86,5 @@ dependencies {
implementation("androidx.annotation:annotation:1.7.1")
implementation("io.github.libxposed:service:101.0.0")
implementation("org.lsposed.hiddenapibypass:hiddenapibypass:6.1")
compileOnly("io.github.libxposed:api:101.0.0")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
compileOnly("io.github.libxposed:api:102.0.0")
}