2022-03-04 17:58:31 +03:00
|
|
|
[versions]
|
2023-11-26 03:44:41 +03:00
|
|
|
agp_version = "8.1.3"
|
2023-11-19 21:38:42 +03:00
|
|
|
lifecycle_version = "2.6.2"
|
|
|
|
paging_version = "3.2.1"
|
2022-03-04 17:58:31 +03:00
|
|
|
|
|
|
|
[libraries]
|
2023-05-21 15:52:06 +03:00
|
|
|
gradle = { module = "com.android.tools.build:gradle", version.ref = "agp_version" }
|
|
|
|
|
2023-11-19 21:38:42 +03:00
|
|
|
annotation = "androidx.annotation:annotation:1.7.0"
|
2023-05-30 15:20:22 +03:00
|
|
|
appcompat = "androidx.appcompat:appcompat:1.6.1"
|
2022-09-22 05:19:00 +03:00
|
|
|
biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
|
2022-05-23 23:59:03 +03:00
|
|
|
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
|
2023-11-19 21:38:42 +03:00
|
|
|
corektx = "androidx.core:core-ktx:1.12.0"
|
2023-10-29 00:05:13 +03:00
|
|
|
splashscreen = "androidx.core:core-splashscreen:1.0.1"
|
2023-11-25 01:06:00 +03:00
|
|
|
recyclerview = "androidx.recyclerview:recyclerview:1.3.2"
|
2022-03-04 17:58:31 +03:00
|
|
|
viewpager = "androidx.viewpager:viewpager:1.1.0-alpha01"
|
2023-10-04 21:24:51 +03:00
|
|
|
profileinstaller = "androidx.profileinstaller:profileinstaller:1.3.1"
|
2023-08-04 20:53:57 +03:00
|
|
|
mediasession = "androidx.media:media:1.6.0"
|
2022-03-04 17:58:31 +03: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" }
|
|
|
|
|
2023-11-25 01:06:00 +03:00
|
|
|
workmanager = "androidx.work:work-runtime-ktx:2.8.1"
|
2022-03-04 17:58:31 +03:00
|
|
|
|
2023-10-29 00:05:13 +03: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 00:29:24 +03:00
|
|
|
|
2023-11-26 03:44:41 +03:00
|
|
|
benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.2.1"
|
2023-11-18 19:20:36 +03:00
|
|
|
test-ext = "androidx.test.ext:junit-ktx:1.2.0-alpha01"
|
|
|
|
test-espresso-core = "androidx.test.espresso:espresso-core:3.6.0-alpha01"
|
2023-11-25 19:54:17 +03:00
|
|
|
test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0-alpha05"
|
2022-10-04 16:22:55 +03:00
|
|
|
|
2022-03-04 17:58:31 +03:00
|
|
|
[bundles]
|
2023-11-25 01:06:00 +03:00
|
|
|
lifecycle = ["lifecycle-common", "lifecycle-process", "lifecycle-runtimektx"]
|