18 lines
702 B
TOML
18 lines
702 B
TOML
[versions]
|
|
revanced-patcher = "19.3.1"
|
|
smali = "3.0.7"
|
|
guava = "33.1.0-jre"
|
|
gson = "2.10.1"
|
|
binary-compatibility-validator = "0.14.0"
|
|
kotlin = "2.0.0"
|
|
|
|
[libraries]
|
|
revanced-patcher = { module = "app.revanced:revanced-patcher", version.ref = "revanced-patcher" }
|
|
smali = { module = "com.android.tools.smali:smali", version.ref = "smali" }
|
|
guava = { module = "com.google.guava:guava", version.ref = "guava" }
|
|
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
|
|
|
[plugins]
|
|
binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "binary-compatibility-validator" }
|
|
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|