2
0

libs.versions.toml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. [versions]
  2. agp = "8.6.1"
  3. kotlin = "1.9.0"
  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. activityCompose = "1.8.0"
  10. composeBom = "2024.04.01"
  11. appcompat = "1.6.1"
  12. material = "1.10.0"
  13. activity = "1.8.0"
  14. constraintlayout = "2.1.4"
  15. mPAndroidChart = "v3.1.0"
  16. #baseLibX = "1.2.4.12030930-SNAPSHOT"
  17. #baseLibX = "1.2.4.08141815-SNAPSHOT"
  18. #baseLibX = "1.2.5.04292300-SNAPSHOT"
  19. #baseLibX = "1.2.5.04301146-SNAPSHOT"
  20. baseLibX = "1.2.5.05020149-SNAPSHOT"
  21. litepal = "3.2.3"
  22. androidSocketClient = "2.0.1"
  23. autoSize = "1.2.1"
  24. [libraries]
  25. androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
  26. junit = { group = "junit", name = "junit", version.ref = "junit" }
  27. androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  28. androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  29. androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
  30. androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
  31. androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
  32. androidx-ui = { group = "androidx.compose.ui", name = "ui" }
  33. androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
  34. androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
  35. androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
  36. androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
  37. androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
  38. androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
  39. androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  40. material = { group = "com.google.android.material", name = "material", version.ref = "material" }
  41. androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
  42. androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
  43. mpandroidchart = { group = "com.github.PhilJay", name = "MPAndroidChart", version.ref = "mPAndroidChart" }
  44. baseLibX = { group = "com.xzzh.wangc.lib", name = "baseLibX", version.ref = "baseLibX" }
  45. litepal = { group = "org.litepal.guolindev", name = "core", version.ref = "litepal" }
  46. android-socket-client = { group = "com.github.vilyever", name = "AndroidSocketClient", version.ref = "androidSocketClient" }
  47. autoSize = { group = "me.jessyan", name = "autosize", version.ref = "autoSize" }
  48. [plugins]
  49. android-application = { id = "com.android.application", version.ref = "agp" }
  50. kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
  51. android-library = { id = "com.android.library", version.ref = "agp" }