mirror of
https://github.com/ReVanced/revanced-patches-template.git
synced 2026-01-10 21:36:18 +00:00
14 lines
527 B
TOML
14 lines
527 B
TOML
[versions]
|
|
revanced-patcher = "19.3.1"
|
|
smali = "3.0.5"
|
|
binary-compatibility-validator = "0.14.0"
|
|
kotlin = "1.9.22"
|
|
|
|
[libraries]
|
|
revanced-patcher = { module = "app.revanced:revanced-patcher", version.ref = "revanced-patcher" }
|
|
smali = { module = "com.android.tools.smali:smali", version.ref = "smali" }
|
|
|
|
[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" }
|