[versions] agp_version = "7.3.1" lifecycle_version = "2.5.1" espresso = "3.4.0" macrobenchmark = "1.1.0" test = "1.1.3" [libraries] annotation = "androidx.annotation:annotation:1.5.0" appcompat = "androidx.appcompat:appcompat:1.6.0-rc01" biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha05" constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4" coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.2.0" corektx = "androidx.core:core-ktx:1.9.0" splashscreen = "androidx.core:core-splashscreen:1.0.0-alpha02" recyclerview = "androidx.recyclerview:recyclerview:1.3.0-rc01" viewpager = "androidx.viewpager:viewpager:1.1.0-alpha01" glance = "androidx.glance:glance-appwidget:1.0.0-alpha03" profileinstaller = "androidx.profileinstaller:profileinstaller:1.2.0" 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" guava = "com.google.guava:guava:31.1-android" paging-runtime = "androidx.paging:paging-runtime:3.1.1" paging-compose = "androidx.paging:paging-compose:1.0.0-alpha17" sqlite = "androidx.sqlite:sqlite-framework:2.2.0" 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" } [bundles] lifecycle = ["lifecycle-common", "lifecycle-process", "lifecycle-runtimektx"] workmanager = ["work-runtime", "guava"] [plugins] application = { id = "com.android.application", version.ref = "agp_version" } library = { id = "com.android.library", version.ref = "agp_version" } test = { id = "com.android.test", version.ref = "agp_version"}