2022-03-04 09:58:31 -05:00
|
|
|
[versions]
|
2024-08-30 01:37:56 -04:00
|
|
|
agp_version = "8.6.0"
|
2024-07-25 11:35:38 -04:00
|
|
|
lifecycle_version = "2.8.4"
|
2024-08-08 15:44:48 -04:00
|
|
|
paging_version = "3.3.2"
|
2024-06-29 15:44:17 -04:00
|
|
|
interpolator_version = "1.0.0"
|
2022-03-04 09:58:31 -05:00
|
|
|
|
|
|
|
[libraries]
|
2023-01-18 22:33:56 -05:00
|
|
|
gradle = { module = "com.android.tools.build:gradle", version.ref = "agp_version" }
|
|
|
|
|
2024-08-08 18:22:33 -04:00
|
|
|
annotation = "androidx.annotation:annotation:1.8.2"
|
2024-05-29 19:07:22 -04:00
|
|
|
appcompat = "androidx.appcompat:appcompat:1.7.0"
|
2022-09-21 22:19:00 -04:00
|
|
|
biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
|
2022-05-23 16:59:03 -04:00
|
|
|
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
|
2024-05-03 04:20:46 -04:00
|
|
|
corektx = "androidx.core:core-ktx:1.13.1"
|
2023-06-22 21:59:17 -04:00
|
|
|
splashscreen = "androidx.core:core-splashscreen:1.0.1"
|
2023-10-18 22:42:19 -04:00
|
|
|
recyclerview = "androidx.recyclerview:recyclerview:1.3.2"
|
2022-03-04 09:58:31 -05:00
|
|
|
viewpager = "androidx.viewpager:viewpager:1.1.0-alpha01"
|
2023-05-03 14:09:52 -04:00
|
|
|
profileinstaller = "androidx.profileinstaller:profileinstaller:1.3.1"
|
2022-03-04 09:58:31 -05:00
|
|
|
|
|
|
|
lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle_version" }
|
|
|
|
lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycle_version" }
|
|
|
|
lifecycle-runtimektx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle_version" }
|
|
|
|
|
2024-08-08 18:23:36 -04:00
|
|
|
workmanager = "androidx.work:work-runtime:2.9.1"
|
2022-03-04 09:58:31 -05:00
|
|
|
|
2023-06-22 14:20:33 -04:00
|
|
|
paging-runtime = { module = "androidx.paging:paging-runtime", version.ref = "paging_version" }
|
|
|
|
paging-compose = { module = "androidx.paging:paging-compose", version.ref = "paging_version" }
|
2022-04-22 17:29:24 -04:00
|
|
|
|
2024-06-29 15:44:17 -04:00
|
|
|
interpolator = { group = "androidx.interpolator", name = "interpolator", version.ref = "interpolator_version" }
|
|
|
|
|
2024-08-21 14:27:56 -04:00
|
|
|
benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.3.0"
|
2024-06-27 01:48:58 -04:00
|
|
|
test-ext = "androidx.test.ext:junit-ktx:1.2.1"
|
2024-06-27 01:50:11 -04:00
|
|
|
test-espresso-core = "androidx.test.espresso:espresso-core:3.6.1"
|
2024-02-27 04:12:51 -05:00
|
|
|
test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0"
|
2022-10-04 09:22:55 -04:00
|
|
|
|
2022-03-04 09:58:31 -05:00
|
|
|
[bundles]
|
2022-04-11 08:56:22 -04:00
|
|
|
lifecycle = ["lifecycle-common", "lifecycle-process", "lifecycle-runtimektx"]
|