libs.versions.toml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. [versions]
  2. agp = "8.3.2"
  3. gson = "2.10.1"
  4. kotlin = "2.0.21"
  5. coreKtx = "1.10.1"
  6. junit = "4.13.2"
  7. junitVersion = "1.1.5"
  8. espressoCore = "3.5.1"
  9. lifecycleRuntimeKtx = "2.6.1"
  10. appcompat = "1.7.1"
  11. autosize = "v1.2.1"
  12. multidex = "2.0.1"
  13. retrofit = "2.9.0"
  14. utilcodex = "1.31.1"
  15. glide = "4.16.0"
  16. immersionbar = "3.2.2"
  17. material = "1.12.0"
  18. wechatSdkAndroidWithoutMta = "6.7.0"
  19. [libraries]
  20. adapter-rxjava = { module = "com.squareup.retrofit2:adapter-rxjava", version.ref = "retrofit" }
  21. converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
  22. retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
  23. androidx-immersionbar = { group = "com.geyifeng.immersionbar", name = "immersionbar", version.ref = "immersionbar" }
  24. androidx-immersionbar-ktx = { group = "com.geyifeng.immersionbar", name = "immersionbar-ktx", version.ref = "immersionbar" }
  25. android-material = { group = "com.google.android.material", name = "material", version.ref = "material" }
  26. glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
  27. androidx-multidex = { module = "androidx.multidex:multidex", version.ref = "multidex" }
  28. gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
  29. utilcodex = { group = "com.blankj", name = "utilcodex", version.ref = "utilcodex" }
  30. autosize = { group = "com.github.JessYanCoding", name = "AndroidAutoSize", version.ref = "autosize" }
  31. androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  32. androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
  33. junit = { group = "junit", name = "junit", version.ref = "junit" }
  34. androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  35. androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  36. androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
  37. wechat-sdk-android-without-mta = { module = "com.tencent.mm.opensdk:wechat-sdk-android-without-mta", version.ref = "wechatSdkAndroidWithoutMta" }
  38. [plugins]
  39. android-application = { id = "com.android.application", version.ref = "agp" }
  40. kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }