2022-03-04 15:58:31 +01:00
[ versions ]
2022-10-14 18:16:22 +02:00
agp_version = "7.3.1"
2022-07-30 05:13:40 +02:00
lifecycle_version = "2.5.1"
2022-10-04 15:22:55 +02:00
espresso = "3.4.0"
macrobenchmark = "1.1.0"
test = "1.1.3"
2022-03-04 15:58:31 +01:00
[ libraries ]
2022-09-22 04:19:00 +02:00
annotation = "androidx.annotation:annotation:1.5.0"
2022-09-11 05:57:03 +02:00
appcompat = "androidx.appcompat:appcompat:1.6.0-rc01"
2022-09-22 04:19:00 +02:00
biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
2022-05-23 22:59:03 +02:00
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
2022-03-04 15:58:31 +01:00
coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
2022-09-11 05:57:03 +02:00
corektx = "androidx.core:core-ktx:1.9.0"
2022-03-04 15:58:31 +01:00
splashscreen = "androidx.core:core-splashscreen:1.0.0-alpha02"
2022-09-22 04:19:00 +02:00
recyclerview = "androidx.recyclerview:recyclerview:1.3.0-rc01"
2022-03-04 15:58:31 +01:00
viewpager = "androidx.viewpager:viewpager:1.1.0-alpha01"
2022-08-11 13:58:07 +02:00
glance = "androidx.glance:glance-appwidget:1.0.0-alpha03"
2022-10-04 15:22:55 +02:00
profileinstaller = "androidx.profileinstaller:profileinstaller:1.2.0"
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" }
work-runtime = "androidx.work:work-runtime-ktx:2.6.0"
2022-04-11 14:56:22 +02:00
guava = "com.google.guava:guava:31.1-android"
2022-03-04 15:58:31 +01:00
2022-04-22 23:29:24 +02:00
paging-runtime = "androidx.paging:paging-runtime:3.1.1"
2022-10-29 04:09:13 +02:00
paging-compose = "androidx.paging:paging-compose:1.0.0-alpha17"
2022-04-22 23:29:24 +02:00
2022-05-14 16:04:43 +02:00
sqlite = "androidx.sqlite:sqlite-framework:2.2.0"
2022-10-04 15:22:55 +02:00
benchmark-macro = { group = "androidx.benchmark" , name = "benchmark-macro-junit4" , version . ref = "macrobenchmark" }
test-ext = { group = "androidx.test.ext" , name = "junit-ktx" , version . ref = "test" }
test-espresso-core = { group = "androidx.test.espresso" , name = "espresso-core" , version . ref = "espresso" }
test-uiautomator = { group = "androidx.test.uiautomator" , name = "uiautomator" , version . ref = "test" }
2022-03-04 15:58:31 +01:00
[ bundles ]
2022-04-11 14:56:22 +02:00
lifecycle = [ "lifecycle-common" , "lifecycle-process" , "lifecycle-runtimektx" ]
workmanager = [ "work-runtime" , "guava" ]
2022-03-04 15:58:31 +01:00
[ plugins ]
2022-07-08 15:11:36 +02:00
application = { id = "com.android.application" , version . ref = "agp_version" }
2022-07-08 21:59:57 +02:00
library = { id = "com.android.library" , version . ref = "agp_version" }
2022-10-04 15:22:55 +02:00
test = { id = "com.android.test" , version . ref = "agp_version" }