libs.versions.toml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [versions]
  2. agp = "8.5.1"
  3. kotlin = "2.0.20"
  4. coreKtx = "1.15.0"
  5. junit = "4.13.2"
  6. junitVersion = "1.2.1"
  7. espressoCore = "3.6.1"
  8. lifecycleRuntimeKtx = "2.8.7"
  9. activityCompose = "1.9.3"
  10. composeBom = "2024.04.01"
  11. playServicesAuth = "21.2.0"
  12. datastoreCoreAndroid = "1.1.1"
  13. uiTextGoogleFonts = "1.7.5"
  14. foundationLayoutAndroid = "1.7.2"
  15. foundationAndroid = "1.7.2"
  16. [libraries]
  17. androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
  18. junit = { group = "junit", name = "junit", version.ref = "junit" }
  19. androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  20. androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  21. androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
  22. androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
  23. androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
  24. androidx-ui = { group = "androidx.compose.ui", name = "ui" }
  25. androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
  26. androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
  27. androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
  28. androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
  29. androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
  30. androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
  31. play-services-auth = { group = "com.google.android.gms", name = "play-services-auth", version.ref = "playServicesAuth" }
  32. androidx-datastore-core-android = { group = "androidx.datastore", name = "datastore-core-android", version.ref = "datastoreCoreAndroid" }
  33. androidx-ui-text-google-fonts = { group = "androidx.compose.ui", name = "ui-text-google-fonts", version.ref = "uiTextGoogleFonts" }
  34. androidx-foundation-layout-android = { group = "androidx.compose.foundation", name = "foundation-layout-android", version.ref = "foundationLayoutAndroid" }
  35. androidx-foundation-android = { group = "androidx.compose.foundation", name = "foundation-android", version.ref = "foundationAndroid" }
  36. [plugins]
  37. android-application = { id = "com.android.application", version.ref = "agp" }
  38. kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
  39. compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }