81 lines
4.4 KiB
TOML
81 lines
4.4 KiB
TOML
[versions]
|
|
agcp = "1.9.1.301"
|
|
agp = "8.3.2"
|
|
converterGson = "2.11.0"
|
|
emoji2 = "1.5.0"
|
|
eventbus = "3.3.1"
|
|
glide = "4.16.0"
|
|
gson = "2.11.0"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.2.1"
|
|
espressoCore = "3.6.1"
|
|
appcompat = "1.7.0"
|
|
kotlinxCoroutinesCore = "1.7.3"
|
|
kotlinxSerializationJson = "1.6.3"
|
|
loggingInterceptorVersion = "5.0.0-alpha.2"
|
|
lottie = "6.5.2"
|
|
material = "1.12.0"
|
|
activity = "1.9.3"
|
|
constraintlayout = "2.2.0"
|
|
mmkv = "1.3.9"
|
|
objectboxGradlePlugin = "4.0.3"
|
|
okhttp = "4.12.0"
|
|
pictureselector = "v3.11.2"
|
|
pinyin4j = "2.5.1"
|
|
preference = "1.2.1"
|
|
retrofit = "2.11.0"
|
|
scanplus = "2.12.0.301"
|
|
softInputEvent = "1.0.9"
|
|
spannable = "1.2.7"
|
|
therouter = "1.2.2"
|
|
window = "1.3.0"
|
|
#noinspection GradleDependency
|
|
kotlin = "1.9.23"
|
|
coreKtx = "1.13.1"
|
|
objectbox = "4.0.2"
|
|
workRuntimeKtx = "2.10.0"
|
|
|
|
[libraries]
|
|
agcp = { module = "com.huawei.agconnect:agcp", version.ref = "agcp" }
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "workRuntimeKtx" }
|
|
compress = { module = "io.github.lucksiege:compress", version.ref = "pictureselector" }
|
|
eventbus = { module = "org.greenrobot:eventbus", version.ref = "eventbus" }
|
|
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutinesCore" }
|
|
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinxCoroutinesCore" }
|
|
objectbox-gradle-plugin = { module = "io.objectbox:objectbox-gradle-plugin", version.ref = "objectboxGradlePlugin" }
|
|
okhttp3-logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "loggingInterceptorVersion" }
|
|
pictureselector = { module = "io.github.lucksiege:pictureselector", version.ref = "pictureselector" }
|
|
pinyin4j = { module = "com.belerweb:pinyin4j", version.ref = "pinyin4j" }
|
|
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
|
|
retrofit2-converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "converterGson" }
|
|
scanplus = { module = "com.huawei.hms:scanplus", version.ref = "scanplus" }
|
|
soft-input-event = { module = "com.github.liangjingkanji:soft-input-event", version.ref = "softInputEvent" }
|
|
spannable = { module = "com.github.liangjingkanji:spannable", version.ref = "spannable" }
|
|
therouter-ksp = { module = "cn.therouter:apt", version.ref = "therouter" }
|
|
objectbox-android-objectbrowser = { group = "io.objectbox", name = "objectbox-android-objectbrowser", version.ref = "objectbox" }
|
|
objectbox-kotlin = { group = "io.objectbox", name = "objectbox-kotlin", version.ref = "objectbox" }
|
|
objectbox-android = { group = "io.objectbox", name = "objectbox-android", version.ref = "objectbox" }
|
|
emoji2 = { module = "androidx.emoji2:emoji2", version.ref = "emoji2" }
|
|
glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
|
|
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
|
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
|
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
|
|
lottie = { module = "com.airbnb.android:lottie", version.ref = "lottie" }
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
|
|
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
|
mmkv = { module = "com.tencent:mmkv", version.ref = "mmkv" }
|
|
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
|
|
preference = { module = "androidx.preference:preference", version.ref = "preference" }
|
|
therouter = { module = "cn.therouter:router", version.ref = "therouter" }
|
|
ucrop = { module = "io.github.lucksiege:ucrop", version.ref = "pictureselector" }
|
|
window = { module = "androidx.window:window", version.ref = "window" }
|
|
|
|
[plugins]
|
|
androidApplication = { id = "com.android.application", version.ref = "agp" }
|
|
jetbrainsKotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|