- 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>
18 lines
647 B
TOML
18 lines
647 B
TOML
[versions]
|
|
agp = "8.12.0"
|
|
annotation = "1.9.1"
|
|
jdk18on = "1.81"
|
|
kotlin = "2.2.10"
|
|
libcxx = "28.1.13356709"
|
|
|
|
[libraries]
|
|
annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" }
|
|
org-bouncycastle-bcpkix-jdk18on = { module = "org.bouncycastle:bcpkix-jdk18on", version.ref = "jdk18on" }
|
|
org-lsposed-libcxx-libcxx = { module = "org.lsposed.libcxx:libcxx", version.ref = "libcxx" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
android-library = { id = "com.android.library", version.ref = "agp" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
|