2023-08-23 04:28:12 +02:00
|
|
|
[versions]
|
|
|
|
shadow = "8.1.1"
|
2023-11-21 23:43:49 +01:00
|
|
|
kotlin-test = "1.9.10"
|
2023-09-15 02:56:55 +02:00
|
|
|
kotlinx-coroutines-core = "1.7.3"
|
2023-08-23 04:28:12 +02:00
|
|
|
picocli = "4.7.3"
|
2023-10-30 22:22:50 +01:00
|
|
|
revanced-patcher = "19.0.0"
|
2023-11-03 18:24:27 +01:00
|
|
|
revanced-library = "1.2.0"
|
2023-08-23 04:28:12 +02:00
|
|
|
|
|
|
|
[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" }
|
2023-10-22 23:38:34 +02:00
|
|
|
revanced-patcher = { module = "app.revanced:revanced-patcher", version.ref = "revanced-patcher" }
|
2023-09-23 18:15:10 +02:00
|
|
|
revanced-library = { module = "app.revanced:revanced-library", version.ref = "revanced-library" }
|
2023-08-23 04:28:12 +02:00
|
|
|
|
|
|
|
[plugins]
|
2023-09-06 06:36:50 +02:00
|
|
|
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }
|