PlayIntegrityFix/gradle/libs.versions.toml
chiteroman 9a27afefe1
Some checks failed
Android CI / build (push) Has been cancelled
Fix errors
2025-04-08 20:06:53 +02:00

13 lines
439 B
TOML

[versions]
agp = "8.8.2"
cxx = "27.0.12077973"
hiddenapibypass = "6.1"
[libraries]
cxx = { group = "org.lsposed.libcxx", name = "libcxx", version.ref = "cxx" }
hiddenapibypass = { group = "org.lsposed.hiddenapibypass", name = "hiddenapibypass", version.ref = "hiddenapibypass" }
[plugins]
android-library = { id = "com.android.library", version.ref = "agp" }
android-application = { id = "com.android.application", version.ref = "agp" }