You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
5.5 KiB
TOML

[versions]
agentwebCore = "v5.1.1-androidx"
5 months ago
agp = "8.10.0"
androidxLocalbroadcastmanager = "1.1.0"
annotationVersion = "1.9.1"
appupdate = "4.2.6"
bcpkixJdk15on = "1.67"
circleimageview = "3.1.0"
commonsCodecCommonsCodec2 = "1.15"
crashreport = "4.1.9.3"
eventbus = "3.3.1"
glide = "4.11.0"
hutoolAllVersion = "5.8.5"
kotlin = "1.9.24"
coreKtx = "1.15.0"
junit = "4.13.2"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
appcompat = "1.7.0"
library = "1.0.4"
lifecycleLivedataKtx = "2.6.2"
lifecycleViewmodelKtx = "2.6.2"
loggingInterceptor = "4.9.0"
material = "1.12.0"
activity = "1.10.0"
constraintlayout = "2.2.0"
multidex = "2.0.1"
orgEclipsePahoClientMqttv3Version = "1.2.4"
orgEclipsePahoAndroidServiceVersion = "1.1.1"
photoviewer = "0.50"
pictureselector = "v3.10.7"
recyclerview = "1.4.0"
retrofit = "2.9.0"
smarttable = "2.2.0"
squareupPicasso = "2.5.2"
barcodeScanning = "17.3.0"
facedetection = "16.1.7"
supportV4 = "28.0.0"
xui = "1.2.1"
[libraries]
agentweb-core = { module = "io.github.justson:agentweb-core", version.ref = "agentwebCore" }
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtx" }
androidx-lifecycle-livedata-ktx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycleLivedataKtx" }
androidx-localbroadcastmanager-localbroadcastmanager = { module = "androidx.localbroadcastmanager:localbroadcastmanager", version.ref = "androidxLocalbroadcastmanager" }
androidx-multidex = { module = "androidx.multidex:multidex", version.ref = "multidex" }
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" }
annotation = { module = "androidx.annotation:annotation", version.ref = "annotationVersion" }
appupdate = { module = "io.github.azhon:appupdate", version.ref = "appupdate" }
bcpkix-jdk15on = { module = "org.bouncycastle:bcpkix-jdk15on", version.ref = "bcpkixJdk15on" }
bcprov-jdk15on = { module = "org.bouncycastle:bcprov-jdk15on", version.ref = "bcpkixJdk15on" }
camerax = { module = "io.github.lucksiege:camerax", version.ref = "pictureselector" }
circleimageview = { module = "de.hdodenhof:circleimageview", version.ref = "circleimageview" }
cn-hutool-all = { module = "cn.hutool:hutool-all", version.ref = "hutoolAllVersion" }
com-google-mlkit-face-detection2 = { module = "com.google.mlkit:face-detection", version.ref = "facedetection" }
barcode-scanning = { module = "com.google.mlkit:barcode-scanning", version.ref = "barcodeScanning" }
com-squareup-picasso-picasso = { module = "com.squareup.picasso:picasso", version.ref = "squareupPicasso" }
com-squareup-retrofit2-converter-gson5 = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
commons-codec-commons-codec4 = { module = "commons-codec:commons-codec", version.ref = "commonsCodecCommonsCodec2" }
compiler = { module = "com.github.bumptech.glide:compiler", version.ref = "glide" }
compress = { module = "io.github.lucksiege:compress", version.ref = "pictureselector" }
crashreport = { module = "com.tencent.bugly:crashreport", version.ref = "crashreport" }
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" }
library = { module = "it.sephiroth.android.library.imagezoom:library", version.ref = "library" }
logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "loggingInterceptor" }
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" }
paho-org-eclipse-paho-android-service = { module = "org.eclipse.paho:org.eclipse.paho.android.service", version.ref = "orgEclipsePahoAndroidServiceVersion" }
paho-org-eclipse-paho-client-mqttv3 = { module = "org.eclipse.paho:org.eclipse.paho.client.mqttv3", version.ref = "orgEclipsePahoClientMqttv3Version" }
photoviewer = { module = "com.github.wanglu1209:PhotoViewer", version.ref = "photoviewer" }
#picture_library = { module = "com.github.LuckSiege.PictureSelector:picture_library", version.ref = "picture_library" }
pictureselector = { module = "io.github.lucksiege:pictureselector", version.ref = "pictureselector" }
recyclerview-v7 = { module = "com.android.support:recyclerview-v7", version.ref = "supportV4" }
smarttable = { module = "com.github.huangyanbin:SmartTable", version.ref = "smarttable" }
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
support-v4 = { module = "com.android.support:support-v4", version.ref = "supportV4" }
ucrop = { module = "io.github.lucksiege:ucrop", version.ref = "pictureselector" }
xui = { module = "com.github.xuexiangjys:XUI", version.ref = "xui" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }