mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-04-29 14:14:36 +02:00
18 lines
721 B
TOML
18 lines
721 B
TOML
[versions]
|
|
revanced-patcher = "16.0.2"
|
|
revanced-patch-annotation-processor = "16.0.2"
|
|
ksp = "1.9.10-1.0.13"
|
|
smali = "3.0.3"
|
|
gson = "2.10.1"
|
|
flexver = "1.1.1"
|
|
|
|
[libraries]
|
|
revanced-patcher = { module = "app.revanced:revanced-patcher", version.ref = "revanced-patcher" }
|
|
revanced-patch-annotation-processor = { module = "app.revanced:revanced-patch-annotation-processor", version.ref = "revanced-patch-annotation-processor" }
|
|
smali = { module = "com.android.tools.smali:smali", version.ref = "smali" }
|
|
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
|
flexver = { module = "com.unascribed:flexver-java", version.ref = "flexver" }
|
|
|
|
[plugins]
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|