libs.versions.toml 1.6 KB

12345678910111213141516171819202122232425262728293031323334
  1. [versions]
  2. agp = "8.3.0"
  3. kotlin = "2.0.21"
  4. coreKtx = "1.10.1"
  5. junit = "4.13.2"
  6. junitVersion = "1.1.5"
  7. espressoCore = "3.5.1"
  8. lifecycleRuntimeKtx = "2.6.1"
  9. appcompat = "1.7.0"
  10. autosize = "v1.2.1"
  11. multidex = "2.0.1"
  12. tools = "2.5"
  13. utilcodex = "1.31.1"
  14. union = "4.640.1510"
  15. #wechatSdkAndroidWithoutMta = "+"
  16. [libraries]
  17. androidx-multidex = { module = "androidx.multidex:multidex", version.ref = "multidex" }
  18. tools = { module = "com.qq.e.union:tools", version.ref = "tools" }
  19. union = { group = "com.qq.e.union", name = "union", version.ref = "union" }
  20. utilcodex = { group = "com.blankj", name = "utilcodex", version.ref = "utilcodex" }
  21. autosize = { group = "com.github.JessYanCoding", name = "AndroidAutoSize", version.ref = "autosize" }
  22. androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  23. androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
  24. junit = { group = "junit", name = "junit", version.ref = "junit" }
  25. androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  26. androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  27. androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
  28. #wechat-sdk-android-without-mta = { module = "com.tencent.mm.opensdk:wechat-sdk-android-without-mta", version.ref = "wechatSdkAndroidWithoutMta" }
  29. [plugins]
  30. android-application = { id = "com.android.application", version.ref = "agp" }
  31. kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }