java: Stop using dev.rikka.hidden.stub
- We dont need the whole dev.rikka.hidden.stub library so just remove it and simplify dependencies. - We already have our own stub package so we can just include the missing stubs that we want directly in it. Signed-off-by: Dakkshesh <beakthoven@gmail.com>
This commit is contained in:
@@ -92,7 +92,6 @@ android {
|
||||
dependencies {
|
||||
compileOnly(project(":stub"))
|
||||
compileOnly(libs.annotation)
|
||||
compileOnly(libs.dev.rikka.hidden.stub)
|
||||
implementation(libs.org.bouncycastle.bcpkix.jdk18on)
|
||||
implementation(libs.org.lsposed.libcxx.libcxx)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user