libs.versions.toml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. [versions]
  2. agp = "8.13.0"
  3. coreSplashscreen = "1.0.1"
  4. datastorePreferences = "1.1.7"
  5. hiltAndroid = "2.57.2"
  6. kotlin = "2.0.21"
  7. coreKtx = "1.17.0"
  8. junit = "4.13.2"
  9. junitVersion = "1.3.0"
  10. espressoCore = "3.7.0"
  11. appcompat = "1.7.1"
  12. material = "1.13.0"
  13. constraintlayout = "2.2.1"
  14. lifecycleLivedataKtx = "2.9.4"
  15. lifecycleViewmodelKtx = "2.9.4"
  16. navigationFragmentKtx = "2.9.5"
  17. navigationUiKtx = "2.9.5"
  18. [libraries]
  19. androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
  20. androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "coreSplashscreen" }
  21. androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" }
  22. hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hiltAndroid" }
  23. hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hiltAndroid" }
  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-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  28. material = { group = "com.google.android.material", name = "material", version.ref = "material" }
  29. androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
  30. androidx-lifecycle-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "lifecycleLivedataKtx" }
  31. androidx-lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtx" }
  32. androidx-navigation-fragment-ktx = { group = "androidx.navigation", name = "navigation-fragment-ktx", version.ref = "navigationFragmentKtx" }
  33. androidx-navigation-ui-ktx = { group = "androidx.navigation", name = "navigation-ui-ktx", version.ref = "navigationUiKtx" }
  34. [plugins]
  35. android-application = { id = "com.android.application", version.ref = "agp" }
  36. kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
  37. hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "hiltAndroid" }