mirror of
https://github.com/gedoor/legado.git
synced 2025-01-07 03:06:58 +08:00
192 lines
9.6 KiB
TOML
192 lines
9.6 KiB
TOML
[versions]
|
||
|
||
kotlin = "2.0.20"
|
||
ksp = "2.0.20-1.0.24"
|
||
agp = "8.6.0"
|
||
appcompat = "1.7.0"
|
||
colorpicker = "1.1.0"
|
||
commonsText = "1.12.0"
|
||
constraintlayout = "2.1.4"
|
||
core = "1.13.1"
|
||
firebaseBom = "33.2.0"
|
||
flexbox = "3.0.0"
|
||
fragment = "1.8.2"
|
||
|
||
#不要更新版本
|
||
hutool = "5.8.22"
|
||
|
||
libarchive = "1.1.0"
|
||
lifecycle = "2.8.4"
|
||
glide = "4.16.0"
|
||
gson = "2.11.0"
|
||
jsonPath = "2.9.0"
|
||
# issue #3811,不要更新版本,新版引入了一个破坏性变更(详见https://github.com/jhy/jsoup/pull/2017)
|
||
# 若要升级请确保相关代码不会受此变更影响(如AnalyzeByJSoup.kt、JsoupXpath库等)
|
||
jsoup = "1.16.2"
|
||
jsoupxpath = "2.5.3"
|
||
coroutines = "1.8.1"
|
||
liveeventbus = "1.8.14"
|
||
markwon = "4.6.2"
|
||
material = "1.12.0"
|
||
media = "1.7.0"
|
||
media3 = "1.4.1"
|
||
nanoHttpd = "2.3.1"
|
||
okhttp = "4.12.0"
|
||
preference = "1.2.1"
|
||
protobufJavalite = "4.26.1"
|
||
quickChineseTransfer = "0.2.13"
|
||
room = "2.6.1"
|
||
splitties = "3.0.0"
|
||
rhino = "1.7.15"
|
||
desugar = "2.0.4"
|
||
|
||
activity = "1.9.1"
|
||
kotlinxSerialization = "1.7.1"
|
||
swiperefreshlayout = "1.1.0"
|
||
#noinspection GradleDependency
|
||
recyclerview = "1.2.0"
|
||
#noinspection GradleDependency
|
||
viewpager2 = "1.0.0"
|
||
webkit = "1.11.0"
|
||
zxingLite = "3.2.0"
|
||
|
||
|
||
[libraries]
|
||
|
||
activity-activity = { module = "androidx.activity:activity", version.ref = "activity" }
|
||
activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activity" }
|
||
activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "activity" }
|
||
|
||
androidx-annotation = { group = "androidx.annotation", name = "annotation", version = "1.8.2" }
|
||
#androidx-annotation-experimental = { group = "androidx.annotation", name = "annotation-experimental", version = "1.3.1" }
|
||
|
||
appcompat-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
|
||
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" }
|
||
|
||
|
||
core-core = { module = "androidx.core:core", version.ref = "core" }
|
||
core-ktx = { module = "androidx.core:core-ktx", version.ref = "core" }
|
||
|
||
androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.6.1" }
|
||
|
||
firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "firebaseBom" }
|
||
firebase-analytics = { module = "com.google.firebase:firebase-analytics" }
|
||
firebase-perf = { module = "com.google.firebase:firebase-perf" }
|
||
|
||
|
||
fragment-fragment = { module = "androidx.fragment:fragment", version.ref = "fragment" }
|
||
fragment-ktx = { module = "androidx.fragment:fragment-ktx", version.ref = "fragment" }
|
||
fragment-testing = { module = "androidx.fragment:fragment-testing", version.ref = "fragment" }
|
||
|
||
androidx-junit = { module = "androidx.test.ext:junit", version = "1.2.1" }
|
||
|
||
hutool-crypto = { module = "cn.hutool:hutool-crypto", version.ref = "hutool" }
|
||
|
||
libarchive = { module = "me.zhanghai.android.libarchive:library", version.ref = "libarchive" }
|
||
lifecycle-common-java8 = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "lifecycle" }
|
||
lifecycle-service = { module = "androidx.lifecycle:lifecycle-service", version.ref = "lifecycle" }
|
||
|
||
media-media = { module = "androidx.media:media", version.ref = "media" }
|
||
media3-datasource-okhttp = { module = "androidx.media3:media3-datasource-okhttp", version.ref = "media3" }
|
||
media3-exoplayer = { module = "androidx.media3:media3-exoplayer", version.ref = "media3" }
|
||
media3-session = { module = "androidx.media3:media3-session", version.ref = "media3" }
|
||
|
||
markwon-core = { module = "io.noties.markwon:core", version.ref = "markwon" }
|
||
markwon-image-glide = { module = "io.noties.markwon:image-glide", version.ref = "markwon" }
|
||
markwon-ext-tables = { module = "io.noties.markwon:ext-tables", version.ref = "markwon" }
|
||
markwon-html = { module = "io.noties.markwon:html", version.ref = "markwon" }
|
||
|
||
|
||
nanohttpd-nanohttpd = { module = "org.nanohttpd:nanohttpd", version.ref = "nanoHttpd" }
|
||
nanohttpd-websocket = { module = "org.nanohttpd:nanohttpd-websocket", version.ref = "nanoHttpd" }
|
||
|
||
|
||
preference-preference = { module = "androidx.preference:preference", version.ref = "preference" }
|
||
preference-ktx = { module = "androidx.preference:preference-ktx", version.ref = "preference" }
|
||
|
||
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
|
||
protobuf-javalite = { module = "com.google.protobuf:protobuf-javalite", version.ref = "protobufJavalite" }
|
||
|
||
quick-chinese-transfer-core = { module = "com.github.liuyueyi.quick-chinese-transfer:quick-transfer-core", version.ref = "quickChineseTransfer" }
|
||
|
||
room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
||
room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
||
room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
|
||
room-testing = { module = "androidx.room:room-testing", version.ref = "room" }
|
||
|
||
glide-glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
|
||
glide-compiler = { module = "com.github.bumptech.glide:compiler", version.ref = "glide" }
|
||
glide-compose = { module = "com.github.bumptech.glide:compose", version = "1.0.0-beta01" }
|
||
glide-ksp = { module = "com.github.bumptech.glide:ksp", version.ref = "glide" }
|
||
glide-avif = { module = "com.github.bumptech.glide:avif-integration", version.ref = "glide" }
|
||
avif = { module = "org.aomedia.avif.android:avif", version = "1.1.1.14d8e3c4" }
|
||
glide-svg = { module = "com.github.qoqa:glide-svg", version = "4.0.2" }
|
||
androidsvg = { module = "com.caverock:androidsvg-aar", version = "1.4" }
|
||
|
||
splitties-appctx = { module = "com.louiscad.splitties:splitties-appctx", version.ref = "splitties" }
|
||
splitties-activities = { module = "com.louiscad.splitties:splitties-activities", version.ref = "splitties" }
|
||
splitties-systemservices = { module = "com.louiscad.splitties:splitties-systemservices", version.ref = "splitties" }
|
||
splitties-views = { module = "com.louiscad.splitties:splitties-views", version.ref = "splitties" }
|
||
|
||
androidx-runner = { module = "androidx.test:runner", version = "1.6.2" }
|
||
androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "swiperefreshlayout" }
|
||
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" }
|
||
androidx-viewpager2 = { module = "androidx.viewpager2:viewpager2", version.ref = "viewpager2" }
|
||
androidx-webkit = { module = "androidx.webkit:webkit", version.ref = "webkit" }
|
||
colorpicker = { module = "com.jaredrummler:colorpicker", version.ref = "colorpicker" }
|
||
commons-text = { module = "org.apache.commons:commons-text", version.ref = "commonsText" }
|
||
desugar = { group = "com.android.tools", name = "desugar_jdk_libs_nio", version.ref = "desugar" }
|
||
|
||
flexbox = { module = "com.google.android.flexbox:flexbox", version.ref = "flexbox" }
|
||
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
||
json-path = { module = "com.jayway.jsonpath:json-path", version.ref = "jsonPath" }
|
||
jsoup = { module = "org.jsoup:jsoup", version.ref = "jsoup" }
|
||
jsoupxpath = { module = "cn.wanghaomiao:JsoupXpath", version.ref = "jsoupxpath" }
|
||
junit = { module = "junit:junit", version = "4.13.2" }
|
||
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
|
||
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
|
||
|
||
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
|
||
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
|
||
|
||
|
||
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerialization" }
|
||
kotlinx-serialization-protobuf = { module = "org.jetbrains.kotlinx:kotlinx-serialization-protobuf", version.ref = "kotlinxSerialization" }
|
||
liveeventbus = { module = "com.github.michaellee123:LiveEventBus", version.ref = "liveeventbus" }
|
||
material = { module = "com.google.android.material:material", version.ref = "material" }
|
||
|
||
mozilla-rhino = { module = "org.mozilla:rhino", version.ref = "rhino" }
|
||
|
||
renderscript-intrinsics-replacement-toolkit = { module = "com.github.android:renderscript-intrinsics-replacement-toolkit", version = "b6363490c3" }
|
||
zxing-lite = { module = "com.github.jenly1314:zxing-lite", version.ref = "zxingLite" }
|
||
|
||
[bundles]
|
||
coroutines = ["kotlinx-coroutines-core", "kotlinx-coroutines-android"]
|
||
androidTest = ["androidx-espresso-core", "androidx-junit", "androidx-runner"]
|
||
|
||
[plugins]
|
||
|
||
android-application = { id = "com.android.application", version.ref = "agp" }
|
||
android-library = { id = "com.android.library", version.ref = "agp" }
|
||
android-test = { id = "com.android.test", version.ref = "agp" }
|
||
|
||
androidx-benchmark = { id = "androidx.benchmark", version = "1.3.0" }
|
||
|
||
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
||
kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
|
||
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
||
kotlin-allopen = { id = "org.jetbrains.kotlin.plugin.allopen", version.ref = "kotlin" }
|
||
kotlin-noarg = { id = "org.jetbrains.kotlin.plugin.noarg", version.ref = "kotlin" }
|
||
kotlin-sam = { id = "org.jetbrains.kotlin.plugin.sam.with.receiver", version.ref = "kotlin" }
|
||
kotlin-lombok = { id = "org.jetbrains.kotlin.plugin.lombok", version.ref = "kotlin" }
|
||
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
|
||
|
||
google-services = { id = "com.google.gms.google-services", version = "4.4.2" }
|
||
|
||
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
||
room = { id = "androidx.room", version.ref = "room" }
|
||
|
||
protobuf = { id = "com.google.protobuf", version = "0.9.4" }
|
||
|
||
download = { id = "de.undercouch.download", version = "5.6.0" } |