2025-11-18 05:30:49 +00:00
|
|
|
|
[versions]
|
|
|
|
|
|
#================================Android版本相关===================================
|
|
|
|
|
|
compileSdk = "36"
|
|
|
|
|
|
minSdk = "24"
|
|
|
|
|
|
targetSdk = "36"
|
|
|
|
|
|
versionCode = "1"
|
|
|
|
|
|
versionName = "1.0.0"
|
2025-12-29 09:50:01 +00:00
|
|
|
|
javaVersion = "11"
|
2025-11-18 05:30:49 +00:00
|
|
|
|
#================================Test相关===================================
|
|
|
|
|
|
junit = "4.13.2"
|
|
|
|
|
|
androidx-test-ext-junit = "1.2.1"
|
|
|
|
|
|
espresso-core = "3.6.1"
|
|
|
|
|
|
#================================Lifecycle相关===================================
|
|
|
|
|
|
lifecycle = "2.8.7"
|
|
|
|
|
|
#================================Navigation相关===================================
|
|
|
|
|
|
navigation = "2.8.9"
|
|
|
|
|
|
#================================AndroidX库相关===================================
|
|
|
|
|
|
appcompat = "1.7.0"
|
|
|
|
|
|
constraintlayout = "2.2.1"
|
|
|
|
|
|
viewpager2 = "1.1.0"
|
|
|
|
|
|
activity = "1.10.1"
|
|
|
|
|
|
fragment = "1.8.6"
|
|
|
|
|
|
datastore = "1.1.5"
|
|
|
|
|
|
startup = "1.2.0"
|
|
|
|
|
|
recyclerview = "1.4.0"
|
|
|
|
|
|
swiperefreshlayout = "1.1.0"
|
|
|
|
|
|
#================================Google库相关===================================
|
|
|
|
|
|
material = "1.12.0"
|
|
|
|
|
|
protobuf = "4.29.3"
|
|
|
|
|
|
kotlinxSerializationJson = "1.8.1"
|
2026-01-04 10:18:31 +00:00
|
|
|
|
|
|
|
|
|
|
google-services = "4.4.3"
|
|
|
|
|
|
crashlytics-gradle = "2.9.9"
|
|
|
|
|
|
|
2025-11-18 05:30:49 +00:00
|
|
|
|
#================================Other库相关===================================
|
|
|
|
|
|
baseRecyclerViewAdapterHelper = "4.1.6"
|
|
|
|
|
|
magicIndicator = "1.7.0"
|
|
|
|
|
|
smartRefreshLayout = "3.0.0-alpha"
|
|
|
|
|
|
retrofit = "2.11.0"
|
|
|
|
|
|
okhttp = "4.12.0"
|
|
|
|
|
|
glide = "4.16.0"
|
2026-01-08 07:50:27 +00:00
|
|
|
|
gson = "2.11.0"
|
2025-11-18 05:30:49 +00:00
|
|
|
|
testPoint = "0.0.1"
|
|
|
|
|
|
spans = "1.1.0"
|
2025-11-18 06:48:43 +00:00
|
|
|
|
multiDex = "2.0.1"
|
2025-11-18 05:30:49 +00:00
|
|
|
|
#================================Plugin相关===================================
|
|
|
|
|
|
agp = "8.10.1"
|
|
|
|
|
|
kotlin = "2.1.20"
|
|
|
|
|
|
protobufPlugin = "0.9.5"
|
|
|
|
|
|
hilt = "2.56.2"
|
|
|
|
|
|
ksp = "2.1.20-2.0.0"
|
|
|
|
|
|
moduleGraph = "2.8.0"
|
|
|
|
|
|
webkit = "1.13.0"
|
|
|
|
|
|
check-versions = "0.52.0"
|
|
|
|
|
|
annotationJvm = "1.9.1"
|
|
|
|
|
|
customview = "1.2.0"
|
|
|
|
|
|
navigationFragmentKtx = "2.6.0"
|
|
|
|
|
|
coreKtx = "1.10.1"
|
2025-12-17 05:41:41 +00:00
|
|
|
|
coroutines = "1.10.1"
|
|
|
|
|
|
lifecycleRuntimeKtx = "2.9.2"
|
|
|
|
|
|
playServicesAds = "24.5.0"
|
|
|
|
|
|
lottie = "6.4.0"
|
|
|
|
|
|
utilcodex = "1.31.1"
|
|
|
|
|
|
roomRuntime = "2.7.2"
|
|
|
|
|
|
databindingRuntime = "8.12.1"
|
|
|
|
|
|
fragmentKtx = "1.8.9"
|
|
|
|
|
|
workRuntime = "2.9.0"
|
|
|
|
|
|
firebaseBom = "34.1.0"
|
2025-12-19 03:08:08 +00:00
|
|
|
|
lifecycleProcess = "2.8.3"
|
2025-11-18 05:30:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
2026-01-04 10:18:31 +00:00
|
|
|
|
|
2025-11-18 05:30:49 +00:00
|
|
|
|
[libraries]
|
|
|
|
|
|
#================================Test相关===================================
|
|
|
|
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
|
|
|
|
androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-ext-junit" }
|
|
|
|
|
|
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso-core" }
|
|
|
|
|
|
#================================AndroidX库相关===================================
|
|
|
|
|
|
lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
|
|
|
|
|
|
navigation-fragment-ktx = { group = "androidx.navigation", name = "navigation-fragment-ktx", version.ref = "navigation" }
|
|
|
|
|
|
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
|
|
|
|
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
|
|
|
|
|
viewpager2 = { group = "androidx.viewpager2", name = "viewpager2", version.ref = "viewpager2" }
|
|
|
|
|
|
activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "activity" }
|
|
|
|
|
|
fragment-ktx = { group = "androidx.fragment", name = "fragment-ktx", version.ref = "fragment" }
|
|
|
|
|
|
datastore = { group = "androidx.datastore", name = "datastore", version.ref = "datastore" }
|
|
|
|
|
|
startup = { group = "androidx.startup", name = "startup-runtime", version.ref = "startup" }
|
|
|
|
|
|
webkit = { group = "androidx.webkit", name = "webkit", version.ref = "webkit" }
|
|
|
|
|
|
recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version.ref = "recyclerview" }
|
|
|
|
|
|
swiperefreshlayout = { group = "androidx.swiperefreshlayout", name = "swiperefreshlayout", version.ref = "swiperefreshlayout" }
|
|
|
|
|
|
#================================Google库相关===================================
|
|
|
|
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
|
|
|
|
# hilt
|
|
|
|
|
|
hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
|
|
|
|
|
|
hilt-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "hilt" }
|
|
|
|
|
|
# protobuf
|
|
|
|
|
|
protobuf-kotlin-lite = { group = "com.google.protobuf", name = "protobuf-kotlin-lite", version.ref = "protobuf" }
|
|
|
|
|
|
protobuf-protoc = { group = "com.google.protobuf", name = "protoc", version.ref = "protobuf" }
|
|
|
|
|
|
#================================Other库相关===================================
|
|
|
|
|
|
baseAdapter = { group = "io.github.cymchad", name = "BaseRecyclerViewAdapterHelper4", version.ref = "baseRecyclerViewAdapterHelper" }
|
|
|
|
|
|
magicIndicator = { group = "com.github.hackware1993", name = "MagicIndicator", version.ref = "magicIndicator" }
|
|
|
|
|
|
# SmartRefreshLayout
|
|
|
|
|
|
refresh-header-classics = { group = "io.github.scwang90", name = "refresh-header-classics", version.ref = "smartRefreshLayout" }
|
|
|
|
|
|
refresh-layout-kernel = { group = "io.github.scwang90", name = "refresh-layout-kernel", version.ref = "smartRefreshLayout" }
|
|
|
|
|
|
# squareup
|
|
|
|
|
|
retrofit = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit" }
|
|
|
|
|
|
retrofit-kotlin-serialization = { group = "com.squareup.retrofit2", name = "converter-kotlinx-serialization", version.ref = "retrofit" }
|
|
|
|
|
|
okhttp-logging = { group = "com.squareup.okhttp3", name = "logging-interceptor", version.ref = "okhttp" }
|
|
|
|
|
|
|
|
|
|
|
|
# glide
|
|
|
|
|
|
glide = { group = "com.github.bumptech.glide", name = "glide", version.ref = "glide" }
|
2025-12-17 05:41:41 +00:00
|
|
|
|
glide-compiler = { group = "com.github.bumptech.glide", name = "compiler", version.ref = "glide" }
|
|
|
|
|
|
|
2025-11-18 05:30:49 +00:00
|
|
|
|
|
2025-11-18 06:48:43 +00:00
|
|
|
|
# multiDex
|
|
|
|
|
|
multiDex = { group = "androidx.multidex:multidex", name = "multiDex", version.ref = "multiDex" }
|
|
|
|
|
|
|
2025-11-18 05:30:49 +00:00
|
|
|
|
# gson
|
2026-01-08 07:50:27 +00:00
|
|
|
|
gson = { group = "com.google.code.gson", name = "gson", version.ref = "gson" }
|
2025-11-18 05:30:49 +00:00
|
|
|
|
|
|
|
|
|
|
# test-point
|
|
|
|
|
|
test-point-annotation = { group = "io.github.zrq1060", name = "test-point-annotation", version.ref = "testPoint" }
|
|
|
|
|
|
test-point-api = { group = "io.github.zrq1060", name = "test-point-api", version.ref = "testPoint" }
|
|
|
|
|
|
test-point-ksp = { group = "io.github.zrq1060", name = "test-point-ksp", version.ref = "testPoint" }
|
|
|
|
|
|
# spans
|
|
|
|
|
|
spans = { group = "io.github.zrq1060", name = "spans", version.ref = "spans" }
|
|
|
|
|
|
# kotlin
|
|
|
|
|
|
kotlin-reflect = { group = "org.jetbrains.kotlin", name = "kotlin-reflect", version.ref = "kotlin" }
|
|
|
|
|
|
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
|
|
|
|
|
|
androidx-annotation-jvm = { group = "androidx.annotation", name = "annotation-jvm", version.ref = "annotationJvm" }
|
|
|
|
|
|
androidx-customview = { group = "androidx.customview", name = "customview", version.ref = "customview" }
|
|
|
|
|
|
androidx-navigation-fragment-ktx = { group = "androidx.navigation", name = "navigation-fragment-ktx", version.ref = "navigationFragmentKtx" }
|
|
|
|
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
2025-12-17 05:41:41 +00:00
|
|
|
|
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
|
|
|
|
|
|
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
|
|
|
|
|
|
androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
|
|
|
|
|
|
utilcodex = { module = "com.blankj:utilcodex", version.ref = "utilcodex" }
|
|
|
|
|
|
lottie = { group = "com.airbnb.android", name = "lottie", version.ref = "lottie" }
|
|
|
|
|
|
play-services-ads = { module = "com.google.android.gms:play-services-ads", version.ref = "playServicesAds" }
|
|
|
|
|
|
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "roomRuntime" }
|
|
|
|
|
|
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "roomRuntime" }
|
|
|
|
|
|
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "roomRuntime" }
|
|
|
|
|
|
androidx-databinding-runtime = { group = "androidx.databinding", name = "databinding-runtime", version.ref = "databindingRuntime" }
|
|
|
|
|
|
androidx-fragment-ktx = { module = "androidx.fragment:fragment-ktx", version.ref = "fragmentKtx" }
|
|
|
|
|
|
androidx-work-runtime = { module = "androidx.work:work-runtime", version.ref = "workRuntime" }
|
|
|
|
|
|
androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "workRuntime" }
|
2025-12-19 03:08:08 +00:00
|
|
|
|
androidx-lifecycle-process = { group = "androidx.lifecycle", name = "lifecycle-process", version.ref = "lifecycleProcess" }
|
|
|
|
|
|
|
2025-12-17 05:41:41 +00:00
|
|
|
|
firebase-bom = { group = "com.google.firebase", name = "firebase-bom", version.ref = "firebaseBom" }
|
|
|
|
|
|
firebase-config = { group = "com.google.firebase", name = "firebase-config" }
|
|
|
|
|
|
firebase-analytics = { group = "com.google.firebase", name = "firebase-analytics" }
|
|
|
|
|
|
firebase-messaging = { group = "com.google.firebase", name = "firebase-messaging" }
|
|
|
|
|
|
firebase-crashlytics = { group = "com.google.firebase", name = "firebase-crashlytics" }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2025-11-18 05:30:49 +00:00
|
|
|
|
|
|
|
|
|
|
[plugins]
|
|
|
|
|
|
# android
|
|
|
|
|
|
androidApplication = { id = "com.android.application", version.ref = "agp" }
|
|
|
|
|
|
androidLibrary = { id = "com.android.library", version.ref = "agp" }
|
|
|
|
|
|
# kotlin
|
|
|
|
|
|
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
|
|
|
|
# kotlin-serialization
|
|
|
|
|
|
kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
|
|
|
|
|
# protobuf
|
|
|
|
|
|
protobuf = { id = "com.google.protobuf", version.ref = "protobufPlugin" }
|
|
|
|
|
|
|
|
|
|
|
|
# navigation-safe-args
|
|
|
|
|
|
navigationSafeArgs = { id = "androidx.navigation.safeargs.kotlin", version.ref = "navigation" }
|
|
|
|
|
|
# hilt-android
|
|
|
|
|
|
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|
|
|
|
|
|
kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version = "1.9.0" }
|
|
|
|
|
|
|
|
|
|
|
|
# ksp
|
|
|
|
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
|
|
|
|
|
|
|
|
|
|
# versions(检查依赖库版本,执行[dependencyUpdates]任务,链接:https://github.com/ben-manes/gradle-versions-plugin)
|
|
|
|
|
|
versions = { id = "com.github.ben-manes.versions", version.ref = "check-versions" }
|
|
|
|
|
|
# graph
|
2025-12-17 05:41:41 +00:00
|
|
|
|
moduleGraph = { id = "com.jraska.module.graph.assertion", version.ref = "moduleGraph" }
|
|
|
|
|
|
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
|
|
|
|
|
|
room = { id = "androidx.room", version.ref = "roomRuntime" }
|
2026-01-04 10:18:31 +00:00
|
|
|
|
|
|
|
|
|
|
google-services = { id = "com.google.gms.google-services", version.ref = "google-services" }
|
|
|
|
|
|
firebase-crashlytics = { id = "com.google.firebase.crashlytics", version.ref = "crashlytics-gradle" }
|