mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-06-02 06:03:44 +02:00
97 lines
6.0 KiB
TOML
97 lines
6.0 KiB
TOML
[versions]
|
|
kotlin = "2.3.20"
|
|
android = "9.1.1"
|
|
android-tools = "32.1.1"
|
|
ksp = "2.3.6"
|
|
rikka = "1.3.0"
|
|
navigation = "2.9.7"
|
|
libsu = "6.0.0"
|
|
okhttp = "5.3.2"
|
|
retrofit = "3.0.0"
|
|
room = "2.8.4"
|
|
lifecycle = "2.10.0"
|
|
compose-ui = "1.10.6"
|
|
compose-m3 = "1.4.0"
|
|
navigation3 = "1.1.0"
|
|
navigationevent = "1.0.2"
|
|
wire = "6.2.0"
|
|
|
|
[libraries]
|
|
bcpkix = { module = "org.bouncycastle:bcpkix-jdk18on", version = "1.84" }
|
|
commons-compress = { module = "org.apache.commons:commons-compress", version = "1.28.0" }
|
|
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
|
|
retrofit-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.ref = "retrofit" }
|
|
retrofit-scalars = { module = "com.squareup.retrofit2:converter-scalars", version.ref = "retrofit" }
|
|
markwon-core = { module = "io.noties.markwon:core", version = "4.6.2" }
|
|
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
|
|
okhttp-dnsoverhttps = { module = "com.squareup.okhttp3:okhttp-dnsoverhttps", version.ref = "okhttp" }
|
|
okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
|
|
timber = { module = "com.jakewharton.timber:timber", version = "5.0.1" }
|
|
xz = { module = "org.tukaani:xz", version = "1.12" }
|
|
|
|
# AndroidX
|
|
activity = { module = "androidx.activity:activity", version = "1.13.0" }
|
|
appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.1" }
|
|
core-ktx = { module = "androidx.core:core-ktx", version = "1.18.0" }
|
|
core-splashscreen = { module = "androidx.core:core-splashscreen", version = "1.2.0" }
|
|
constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" }
|
|
fragment-ktx = { module = "androidx.fragment:fragment-ktx", version = "1.8.9" }
|
|
navigation-fragment-ktx = { module = "androidx.navigation:navigation-fragment-ktx", version.ref = "navigation" }
|
|
navigation-ui-ktx = { module = "androidx.navigation:navigation-ui-ktx", version.ref = "navigation" }
|
|
profileinstaller = { module = "androidx.profileinstaller:profileinstaller", version = "1.4.1" }
|
|
recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.4.0" }
|
|
room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
|
room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
|
|
room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
|
swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version = "1.2.0" }
|
|
transition = { module = "androidx.transition:transition", version = "1.7.0" }
|
|
collection-ktx = { module = "androidx.collection:collection-ktx", version = "1.6.0" }
|
|
material = { module = "com.google.android.material:material", version = "1.13.0" }
|
|
jdk-libs = { module = "com.android.tools:desugar_jdk_libs_nio", version = "2.1.5" }
|
|
test-runner = { module = "androidx.test:runner", version = "1.7.0" }
|
|
test-rules = { module = "androidx.test:rules", version = "1.7.0" }
|
|
test-junit = { module = "androidx.test.ext:junit", version = "1.3.0" }
|
|
test-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version = "2.3.0" }
|
|
|
|
# topjohnwu
|
|
indeterminate-checkbox = { module = "com.github.topjohnwu:indeterminate-checkbox", version = "1.0.7" }
|
|
wire-runtime = { module = "com.squareup.wire:wire-runtime", version.ref = "wire" }
|
|
libsu-core = { module = "com.github.topjohnwu.libsu:core", version.ref = "libsu" }
|
|
libsu-service = { module = "com.github.topjohnwu.libsu:service", version.ref = "libsu" }
|
|
libsu-nio = { module = "com.github.topjohnwu.libsu:nio", version.ref = "libsu" }
|
|
|
|
# Rikka
|
|
rikka-recyclerview = { module = "dev.rikka.rikkax.recyclerview:recyclerview-ktx", version = "1.3.2" }
|
|
rikka-layoutinflater = { module = "dev.rikka.rikkax.layoutinflater:layoutinflater", version.ref = "rikka" }
|
|
rikka-insets = { module = "dev.rikka.rikkax.insets:insets", version.ref = "rikka" }
|
|
|
|
# Compose
|
|
activity-compose = { module = "androidx.activity:activity-compose", version = "1.13.0" }
|
|
accompanist-drawablepainter = { module = "com.google.accompanist:accompanist-drawablepainter", version = "0.37.3" }
|
|
compose-ui = { module = "androidx.compose.ui:ui", version.ref = "compose-ui" }
|
|
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose-ui" }
|
|
compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose-ui" }
|
|
compose-material3 = { module = "androidx.compose.material3:material3", version.ref = "compose-m3" }
|
|
compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version = "1.7.8" }
|
|
lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycle" }
|
|
lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
|
|
lifecycle-viewmodel-navigation3 = { module = "androidx.lifecycle:lifecycle-viewmodel-navigation3", version.ref = "lifecycle" }
|
|
navigation3-runtime = { module = "androidx.navigation3:navigation3-runtime", version.ref = "navigation3" }
|
|
navigation3-ui = { module = "androidx.navigation3:navigation3-ui", version.ref = "navigation3" }
|
|
navigationevent-compose = { module = "androidx.navigationevent:navigationevent-compose", version.ref = "navigationevent" }
|
|
|
|
# For build-logic
|
|
android-gradle-plugin = { module = "com.android.tools.build:gradle", version.ref = "android" }
|
|
android-build-sdk-common = { module = "com.android.tools:sdk-common", version.ref = "android-tools" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "android" }
|
|
android-library = { id = "com.android.library", version.ref = "android" }
|
|
legacy-kapt = { id = "com.android.legacy-kapt", version.ref = "android" }
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
lsparanoid = { id = "org.lsposed.lsparanoid", version = "0.6.0" }
|
|
moshix = { id = "dev.zacsweers.moshix", version = "0.35.0" }
|
|
navigation-safeargs = { id = "androidx.navigation.safeargs.kotlin", version.ref = "navigation" }
|
|
wire = { id = "com.squareup.wire", version.ref = "wire" }
|