mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-03 18:33:55 +01:00
18 lines
747 B
TOML
18 lines
747 B
TOML
[versions]
|
|
shadow = "8.1.1"
|
|
kotlin-test = "1.8.20-RC"
|
|
kotlinx-coroutines-core = "1.7.3"
|
|
picocli = "4.7.3"
|
|
revanced-patcher = "16.0.2"
|
|
revanced-library = "1.1.2"
|
|
|
|
[libraries]
|
|
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin-test" }
|
|
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines-core" }
|
|
picocli = { module = "info.picocli:picocli", version.ref = "picocli" }
|
|
revanced-patcher = { module = "app.revanced:revanced-patcher", version.ref = "revanced-patcher" }
|
|
revanced-library = { module = "app.revanced:revanced-library", version.ref = "revanced-library" }
|
|
|
|
[plugins]
|
|
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }
|