63 lines
3.5 KiB
TOML
63 lines
3.5 KiB
TOML
[versions]
|
|
activityKtx = "1.9.2"
|
|
appcompat = "1.7.0"
|
|
cardview = "1.0.0"
|
|
constraintlayout = "2.1.4"
|
|
core = "3.5.3"
|
|
editorkit = "2.9.0"
|
|
flexbox = "3.0.0"
|
|
fragmentKtx = "1.8.3"
|
|
gson = "2.11.0"
|
|
junit = "4.13.2"
|
|
kotlinReflect = "2.0.20"
|
|
kotlinxCoroutinesCore = "1.9.0"
|
|
legacySupportV4 = "1.0.0"
|
|
lifecycleViewmodelKtx = "2.8.5"
|
|
material = "1.12.0"
|
|
mmkvStatic = "1.3.9"
|
|
multidex = "2.0.1"
|
|
preferenceKtx = "1.2.1"
|
|
quickieBundled = "1.10.0"
|
|
recyclerview = "1.3.2"
|
|
rxandroid = "3.0.2"
|
|
rxjava = "3.1.9"
|
|
rxpermissions = "0.12"
|
|
toastcompat = "1.1.0"
|
|
viewpager2 = "1.1.0"
|
|
workRuntimeKtx = "2.9.1"
|
|
|
|
[libraries]
|
|
activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "activityKtx" }
|
|
appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
|
|
cardview = { module = "androidx.cardview:cardview", version.ref = "cardview" }
|
|
constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" }
|
|
core = { module = "com.google.zxing:core", version.ref = "core" }
|
|
editorkit = { module = "com.blacksquircle.ui:editorkit", version.ref = "editorkit" }
|
|
flexbox = { module = "com.google.android.flexbox:flexbox", version.ref = "flexbox" }
|
|
fragment-ktx = { module = "androidx.fragment:fragment-ktx", version.ref = "fragmentKtx" }
|
|
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
|
junit = { module = "junit:junit", version.ref = "junit" }
|
|
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlinReflect" }
|
|
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" }
|
|
language-base = { module = "com.blacksquircle.ui:language-base", version.ref = "editorkit" }
|
|
language-json = { module = "com.blacksquircle.ui:language-json", version.ref = "editorkit" }
|
|
legacy-support-v4 = { module = "androidx.legacy:legacy-support-v4", version.ref = "legacySupportV4" }
|
|
lifecycle-livedata-ktx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycleViewmodelKtx" }
|
|
lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycleViewmodelKtx" }
|
|
lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtx" }
|
|
material = { module = "com.google.android.material:material", version.ref = "material" }
|
|
mmkv-static = { module = "com.tencent:mmkv-static", version.ref = "mmkvStatic" }
|
|
multidex = { module = "androidx.multidex:multidex", version.ref = "multidex" }
|
|
quickie-bundled = { module = "io.github.g00fy2.quickie:quickie-bundled", version.ref = "quickieBundled" }
|
|
recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" }
|
|
preference-ktx = { module = "androidx.preference:preference-ktx", version.ref = "preferenceKtx" }
|
|
rxandroid = { module = "io.reactivex.rxjava3:rxandroid", version.ref = "rxandroid" }
|
|
rxjava = { module = "io.reactivex.rxjava3:rxjava", version.ref = "rxjava" }
|
|
rxpermissions = { module = "com.github.tbruyelle:rxpermissions", version.ref = "rxpermissions" }
|
|
toastcompat = { module = "me.drakeet.support:toastcompat", version.ref = "toastcompat" }
|
|
viewpager2 = { module = "androidx.viewpager2:viewpager2", version.ref = "viewpager2" }
|
|
work-multiprocess = { module = "androidx.work:work-multiprocess", version.ref = "workRuntimeKtx" }
|
|
work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "workRuntimeKtx" }
|
|
|
|
[plugins] |