2022-03-04 15:58:31 +01:00
|
|
|
[versions]
|
2025-05-29 05:07:45 +02:00
|
|
|
agp_version = "8.10.1"
|
2025-05-28 11:04:00 +02:00
|
|
|
lifecycle_version = "2.8.7"
|
2025-02-14 06:03:32 +01:00
|
|
|
paging_version = "3.3.6"
|
2024-07-22 09:15:46 +02:00
|
|
|
interpolator_version = "1.0.0"
|
2022-03-04 15:58:31 +01:00
|
|
|
|
|
|
|
|
[libraries]
|
2023-01-19 04:33:56 +01:00
|
|
|
gradle = { module = "com.android.tools.build:gradle", version.ref = "agp_version" }
|
|
|
|
|
|
2024-10-30 21:09:54 +01:00
|
|
|
annotation = "androidx.annotation:annotation:1.9.1"
|
2024-06-04 11:02:55 +02:00
|
|
|
appcompat = "androidx.appcompat:appcompat:1.7.0"
|
2022-09-22 04:19:00 +02:00
|
|
|
biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
|
2025-02-27 09:43:03 +01:00
|
|
|
constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.1"
|
2025-04-19 12:38:46 +02:00
|
|
|
corektx = "androidx.core:core-ktx:1.16.0"
|
2023-06-23 03:59:17 +02:00
|
|
|
splashscreen = "androidx.core:core-splashscreen:1.0.1"
|
2025-01-23 13:51:23 +01:00
|
|
|
recyclerview = "androidx.recyclerview:recyclerview:1.4.0"
|
2024-12-13 18:14:29 +01:00
|
|
|
viewpager = "androidx.viewpager:viewpager:1.1.0"
|
2024-10-06 15:57:31 +02:00
|
|
|
profileinstaller = "androidx.profileinstaller:profileinstaller:1.4.1"
|
2022-03-04 15:58:31 +01: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" }
|
|
|
|
|
|
2025-04-26 05:49:43 +02:00
|
|
|
workmanager = "androidx.work:work-runtime:2.10.1"
|
2022-03-04 15:58:31 +01:00
|
|
|
|
2023-06-22 20:20:33 +02: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-23 01:40:09 +02:00
|
|
|
|
2024-07-22 09:15:46 +02:00
|
|
|
interpolator = { group = "androidx.interpolator", name = "interpolator", version.ref = "interpolator_version" }
|
|
|
|
|
|
2025-03-27 19:55:19 +01:00
|
|
|
benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.3.4"
|
2024-07-01 21:07:35 +02:00
|
|
|
test-ext = "androidx.test.ext:junit-ktx:1.2.1"
|
2024-07-07 04:45:48 +02:00
|
|
|
test-espresso-core = "androidx.test.espresso:espresso-core:3.6.1"
|
2024-02-27 10:12:51 +01:00
|
|
|
test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0"
|
2022-10-04 15:22:55 +02:00
|
|
|
|
2022-03-04 15:58:31 +01:00
|
|
|
[bundles]
|
2022-04-11 14:56:22 +02:00
|
|
|
lifecycle = ["lifecycle-common", "lifecycle-process", "lifecycle-runtimektx"]
|