androidx.versions.toml 1.6 KB

12345678910111213141516171819202122232425262728293031323334
  1. [versions]
  2. agp_version = "8.2.1"
  3. lifecycle_version = "2.6.2"
  4. paging_version = "3.2.1"
  5. [libraries]
  6. gradle = { module = "com.android.tools.build:gradle", version.ref = "agp_version" }
  7. annotation = "androidx.annotation:annotation:1.7.1"
  8. appcompat = "androidx.appcompat:appcompat:1.6.1"
  9. biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
  10. constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
  11. corektx = "androidx.core:core-ktx:1.12.0"
  12. splashscreen = "androidx.core:core-splashscreen:1.0.1"
  13. recyclerview = "androidx.recyclerview:recyclerview:1.3.2"
  14. viewpager = "androidx.viewpager:viewpager:1.1.0-alpha01"
  15. profileinstaller = "androidx.profileinstaller:profileinstaller:1.3.1"
  16. lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle_version" }
  17. lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycle_version" }
  18. lifecycle-runtimektx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle_version" }
  19. workmanager = "androidx.work:work-runtime:2.9.0"
  20. paging-runtime = { module = "androidx.paging:paging-runtime", version.ref = "paging_version" }
  21. paging-compose = { module = "androidx.paging:paging-compose", version.ref = "paging_version" }
  22. benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.2.2"
  23. test-ext = "androidx.test.ext:junit-ktx:1.2.0-alpha02"
  24. test-espresso-core = "androidx.test.espresso:espresso-core:3.6.0-alpha02"
  25. test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0-beta01"
  26. [bundles]
  27. lifecycle = ["lifecycle-common", "lifecycle-process", "lifecycle-runtimektx"]