androidx.versions.toml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. [versions]
  2. agp_version = "7.3.1"
  3. lifecycle_version = "2.5.1"
  4. [libraries]
  5. annotation = "androidx.annotation:annotation:1.5.0"
  6. appcompat = "androidx.appcompat:appcompat:1.6.0-rc01"
  7. biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
  8. constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
  9. coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
  10. corektx = "androidx.core:core-ktx:1.9.0"
  11. splashscreen = "androidx.core:core-splashscreen:1.0.0-alpha02"
  12. recyclerview = "androidx.recyclerview:recyclerview:1.3.0-rc01"
  13. viewpager = "androidx.viewpager:viewpager:1.1.0-alpha01"
  14. glance = "androidx.glance:glance-appwidget:1.0.0-alpha03"
  15. profileinstaller = "androidx.profileinstaller:profileinstaller:1.2.0"
  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. work-runtime = "androidx.work:work-runtime-ktx:2.6.0"
  20. guava = "com.google.guava:guava:31.1-android"
  21. paging-runtime = "androidx.paging:paging-runtime:3.1.1"
  22. paging-compose = "androidx.paging:paging-compose:1.0.0-alpha17"
  23. sqlite = "androidx.sqlite:sqlite-framework:2.2.0"
  24. benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.1.1"
  25. test-ext = "androidx.test.ext:junit-ktx:1.1.4"
  26. test-espresso-core = "androidx.test.espresso:espresso-core:3.5.0"
  27. test-uiautomator = "androidx.test.uiautomator:uiautomator:2.2.0"
  28. [bundles]
  29. lifecycle = ["lifecycle-common", "lifecycle-process", "lifecycle-runtimektx"]
  30. workmanager = ["work-runtime", "guava"]
  31. [plugins]
  32. application = { id = "com.android.application", version.ref = "agp_version" }
  33. library = { id = "com.android.library", version.ref = "agp_version" }
  34. test = { id = "com.android.test", version.ref = "agp_version" }