94 lines
4.9 KiB
TOML
94 lines
4.9 KiB
TOML
[versions]
|
|
agp = "8.10.1"
|
|
core = "3.4.1"
|
|
androidCore = "3.3.0"
|
|
eventbus = "3.2.0"
|
|
glide = "4.16.0"
|
|
kotlin = "2.0.21"
|
|
coreKtx = "1.10.1"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.1.5"
|
|
espressoCore = "3.5.1"
|
|
appcompat = "1.6.1"
|
|
material = "1.10.0"
|
|
activity = "1.8.0"
|
|
constraintlayout = "2.1.4"
|
|
accompanistPermissions = "0.37.3"
|
|
cameraCore = "1.4.1"
|
|
objectboxVersion = "5.0.1"
|
|
refreshLayoutKernel = "3.0.0-alpha"
|
|
refreshHeaderClassics = "3.0.0-alpha"
|
|
retrofit = "3.0.0"
|
|
okhttp = "4.12.0"
|
|
timber = "5.0.1"
|
|
gson = "2.13.1"
|
|
hiltAndroid = "2.56.2"
|
|
|
|
kotlinxCoroutinesAndroid = "1.6.4"
|
|
activityKtx = "1.9.0"
|
|
fragmentKtx = "1.5.6"
|
|
lifecycleViewmodelKtx = "2.8.3"
|
|
lifecycleRuntimeKtx = "2.8.3"
|
|
|
|
pytorch = "1.13.0"
|
|
|
|
recyclerview = "1.3.2"
|
|
|
|
baseQuickAdapter = "3.0.4"
|
|
baseQuickAdapter4 = "4.1.2"
|
|
|
|
[libraries]
|
|
android-core = { module = "com.google.zxing:android-core", version.ref = "androidCore" }
|
|
core = { module = "com.google.zxing:core", version.ref = "core" }
|
|
eventbus = { module = "org.greenrobot:eventbus", version.ref = "eventbus" }
|
|
glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
|
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
|
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
|
|
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
|
|
|
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanistPermissions" }
|
|
androidx-camera-camera2 = { module = "androidx.camera:camera-camera2", version.ref = "cameraCore" }
|
|
androidx-camera-core = { module = "androidx.camera:camera-core", version.ref = "cameraCore" }
|
|
androidx-camera-extensions = { module = "androidx.camera:camera-extensions", version.ref = "cameraCore" }
|
|
androidx-camera-view = { module = "androidx.camera:camera-view", version.ref = "cameraCore" }
|
|
androidx-camera-lifecycle = { module = "androidx.camera:camera-lifecycle", version.ref = "cameraCore" }
|
|
|
|
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
|
hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hiltAndroid" }
|
|
hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hiltAndroid" }
|
|
|
|
logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
|
|
objectbox-android-objectbrowser = { module = "io.objectbox:objectbox-android-objectbrowser", version.ref = "objectboxVersion" }
|
|
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
|
|
refresh-header-classics = { module = "io.github.scwang90:refresh-header-classics", version.ref = "refreshHeaderClassics" }
|
|
refresh-layout-kernel = { module = "io.github.scwang90:refresh-layout-kernel", version.ref = "refreshLayoutKernel" }
|
|
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
|
|
converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
|
|
timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }
|
|
|
|
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutinesAndroid" }
|
|
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "activityKtx" }
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
androidx-fragment-ktx = { module = "androidx.fragment:fragment-ktx", version.ref = "fragmentKtx" }
|
|
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
|
|
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtx" }
|
|
|
|
#noinspection Aligned16KB
|
|
pytorch-android = { group = "org.pytorch", name = "pytorch_android", version.ref = "pytorch" }
|
|
pytorch-android-torchvision = { group = "org.pytorch", name = "pytorch_android_torchvision", version.ref = "pytorch" }
|
|
|
|
#baseRecyclerViewAdapterHelper = { module = "com.github.CymChad:BaseRecyclerViewAdapterHelper", version.ref = "baseQuickAdapter" }
|
|
baseRecyclerViewAdapterHelper4 = { module = "io.github.cymchad:BaseRecyclerViewAdapterHelper4", version.ref = "baseQuickAdapter4" }
|
|
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" }
|
|
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
android-library = { id = "com.android.library", version.ref = "agp" }
|
|
|