Quellcode durchsuchen

化学品孙强版本

JaycePC vor 2 Monaten
Ursprung
Commit
bf936a0a65
1 geänderte Dateien mit 60 neuen und 0 gelöschten Zeilen
  1. 60 0
      gradle/libs.versions.toml

+ 60 - 0
gradle/libs.versions.toml

@@ -0,0 +1,60 @@
+[versions]
+agp = "8.6.0"
+kotlin = "1.9.0"
+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"
+localbroadcastmanager = "1.1.0"
+rxpermissions = "0.11"
+swiperefreshlayout = "1.1.0"
+recycler-adapter-helper4 = "3.0.4"
+glide = "4.11.0"
+multidex = "2.0.1"
+mqttv3 = "1.2.0"
+eventbus = "3.2.0"
+bgaZxing = "1.3.8"
+retrofit = "2.9.0"
+okhttp3-logging = "3.14.9"
+gson = "2.8.6"
+rxAndroid = "2.1.1"
+rxjava = "2.2.21"
+
+[libraries]
+androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
+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" }
+androidx-localbroadcastmanager = { group = "androidx.localbroadcastmanager", name = "localbroadcastmanager", version.ref = "localbroadcastmanager" }
+rxpermissions = { group = "com.github.tbruyelle", name = "rxpermissions", version.ref = "rxpermissions" }
+androidx-swiperefreshlayout = { group = "androidx.swiperefreshlayout", name = "swiperefreshlayout", version.ref = "swiperefreshlayout" }
+recycler-adapter-helper4 = { group = "io.github.cymchad", name = "BaseRecyclerViewAdapterHelper", version.ref = "recycler-adapter-helper4" }
+glide = { group = "com.github.bumptech.glide", name = "glide", version.ref = "glide" }
+androidx-multidex = { group = "androidx.multidex", name = "multidex", version.ref = "multidex" }
+mqttv3 = { group = "org.eclipse.paho", name = "org.eclipse.paho.client.mqttv3", version.ref = "mqttv3" }
+eventbus = { group = "org.greenrobot", name = "eventbus", version.ref = "eventbus" }
+bgaZxing = { group = "com.github.bingoogolapple.BGAQRCode-Android", name = "zxing", version.ref = "bgaZxing" }
+
+
+squareup-retrofit = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit" }
+squareup-converter-gson = { group = "com.squareup.retrofit2", name = "converter-gson", version.ref = "retrofit" }
+squareup-converter-scalars = { group = "com.squareup.retrofit2", name = "converter-scalars", version.ref = "retrofit" }
+squareup-rx-java-adapter = { group = "com.squareup.retrofit2", name = "adapter-rxjava2", version.ref = "retrofit" }
+okhttp3-logging = { group = "com.squareup.okhttp3", name = "logging-interceptor", version.ref = "okhttp3-logging" }
+gson = { group = "com.google.code.gson", name = "gson", version.ref = "gson" }
+rx-java = { group = "io.reactivex.rxjava2", name = "rxjava", version.ref = "rxjava" }
+rx-android = { group = "io.reactivex.rxjava2", name = "rxandroid", version.ref = "rxAndroid" }
+
+[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" }
+