revanced-patches/gradle/libs.versions.toml

18 lines
703 B
TOML
Raw Normal View History

[versions]
2024-02-15 04:38:06 +01:00
revanced-patcher = "19.3.1"
2024-03-02 08:29:39 +01:00
smali = "3.0.5"
guava = "33.0.0-jre"
gson = "2.10.1"
2024-02-14 02:44:25 +01:00
binary-compatibility-validator = "0.14.0"
2024-02-15 04:38:06 +01:00
kotlin = "1.9.22"
[libraries]
2023-10-22 23:31:50 +02:00
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" }
2023-12-02 22:35:13 +01:00
[plugins]
binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "binary-compatibility-validator" }
2024-02-15 04:38:06 +01:00
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }