mirror of
https://github.com/ReVanced/revanced-manager-downloaders.git
synced 2026-01-11 05:46:18 +00:00
36 lines
1.9 KiB
TOML
36 lines
1.9 KiB
TOML
[versions]
|
|
agp = "8.7.3"
|
|
kotlin = "2.1.10"
|
|
gplayapi = "3.4.4"
|
|
arsclib = "1.3.5"
|
|
kotlinx-coroutines-core = "1.9.0"
|
|
ktor = "2.3.9"
|
|
|
|
compose-activity = "1.10.1"
|
|
ui-tooling = "1.8.2"
|
|
compose-bom = "2025.06.00"
|
|
material3 = "1.3.2"
|
|
compose-webview = "0.33.6"
|
|
|
|
plugin-api = "1.0.0"
|
|
|
|
[libraries]
|
|
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines-core" }
|
|
plugin-api = { group = "app.revanced", name = "revanced-manager-downloader-api", version.ref = "plugin-api" }
|
|
gplayapi = { group = "com.auroraoss", name = "gplayapi", version.ref = "gplayapi" }
|
|
arsclib = { group = "io.github.reandroid", name = "ARSCLib", version.ref = "arsclib" }
|
|
compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
|
|
compose-ui = { group = "androidx.compose.ui", name = "ui" }
|
|
compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "ui-tooling" }
|
|
compose-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "material3" }
|
|
compose-activity = { group = "androidx.activity", name = "activity-compose", version.ref = "compose-activity" }
|
|
compose-webview = { group = "io.github.kevinnzou", name = "compose-webview", version.ref = "compose-webview" }
|
|
ktor-core = { group = "io.ktor", name = "ktor-client-core", version.ref = "ktor" }
|
|
ktor-logging = { group = "io.ktor", name = "ktor-client-logging", version.ref = "ktor" }
|
|
ktor-okhttp = { group = "io.ktor", name = "ktor-client-okhttp", version.ref = "ktor" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
|
|
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } |