| [versions] |
| accompanistPermissions = "0.26.5-rc" |
| androidJunit = "1.1.5" |
| androidLibrary = "8.1.4" |
| androidxActivityCompose = "1.8.2" |
| androidxAppCompat = "1.6.1" |
| androidxCore = "1.12.0" |
| androidxCoreKtx = "1.12.0" |
| androidxTracing = "1.2.0" |
| benchmarkMacroJunit4 = "1.2.2" |
| camerax = "1.4.0-SNAPSHOT" |
| compose = "1.5.4" |
| composeBom = "2023.10.01" |
| composeMaterial3 = "1.1.2" |
| coreKtx = "1.5.0" |
| coroutinesCore = "1.7.1" |
| coroutinesTest = "1.7.3" |
| datastore = "1.0.0" |
| espressoCore = "3.5.1" |
| futures = "1.1.0" |
| guava = "1.7.3" |
| hilt = "2.48" |
| hiltNavigationCompose = "1.1.0" |
| junit = "4.13.2" |
| kotlinPlugin = "1.8.0" |
| lifecycleRuntimeKtx = "2.7.0" |
| material = "1.8.0" |
| mockitoCore = "5.2.0" |
| navigationCompose = "2.7.6" |
| profileinstaller = "1.3.1" |
| protobuf = "3.21.12" |
| protobuf-plugin = "0.9.1" |
| robolectric = "4.11.1" |
| testMonitor = "1.6.1" |
| uiautomator = "2.2.0" |
| viewmodelCompose = "2.7.0" |
| |
| [libraries] |
| accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanistPermissions" } |
| android-material = { module = "com.google.android.material:material", version.ref = "material" } |
| androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivityCompose" } |
| androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidxAppCompat" } |
| androidx-benchmark-macro-junit4 = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "benchmarkMacroJunit4" } |
| androidx-core = { module = "androidx.core:core", version.ref = "androidxCore" } |
| androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidxCoreKtx" } |
| androidx-datastore = { module = "androidx.datastore:datastore", version.ref = "datastore" } |
| androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espressoCore" } |
| androidx-junit = { module = "androidx.test.ext:junit", version.ref = "androidJunit" } |
| androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" } |
| androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" } |
| androidx-profileinstaller = { module = "androidx.profileinstaller:profileinstaller", version.ref = "profileinstaller" } |
| androidx-rules = { module = "androidx.test:rules", version.ref = "coreKtx" } |
| androidx-test-monitor = { module = "androidx.test:monitor", version.ref = "testMonitor" } |
| androidx-tracing = { module = "androidx.tracing:tracing-ktx", version.ref = "androidxTracing" } |
| androidx-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "uiautomator" } |
| camera-camera2 = { module = "androidx.camera:camera-camera2", version.ref = "camerax" } |
| camera-core = { module = "androidx.camera:camera-core", version.ref = "camerax" } |
| camera-extensions = { module = "androidx.camera:camera-extensions", version.ref = "camerax" } |
| camera-lifecycle = { module = "androidx.camera:camera-lifecycle", version.ref = "camerax" } |
| camera-video = { module = "androidx.camera:camera-video", version.ref = "camerax" } |
| camera-view = { module = "androidx.camera:camera-view", version.ref = "camerax" } |
| compose-bom = { module = "androidx.compose:compose-bom", version.ref = "composeBom" } |
| compose-junit = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "compose" } |
| compose-material3 = { module = "androidx.compose.material3:material3", version.ref = "composeMaterial3" } |
| compose-test-manifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "compose" } |
| compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" } |
| compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose" } |
| dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" } |
| dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" } |
| futures-ktx = { module = "androidx.concurrent:concurrent-futures-ktx", version.ref = "futures" } |
| hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "hiltNavigationCompose" } |
| junit = { module = "junit:junit", version.ref = "junit" } |
| kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutinesCore" } |
| kotlinx-coroutines-guava = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-guava", version.ref = "guava" } |
| kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutinesTest" } |
| lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "viewmodelCompose" } |
| mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockitoCore" } |
| protobuf-kotlin-lite = { module = "com.google.protobuf:protobuf-kotlin-lite", version.ref = "protobuf" } |
| robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" } |
| |
| [plugins] |
| android-application = { id = "com.android.application", version.ref = "androidLibrary" } |
| android-library = { id = "com.android.library", version.ref = "androidLibrary" } |
| android-test = { id = "com.android.test", version.ref = "androidLibrary" } |
| dagger-hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "hilt" } |
| google-protobuf = { id = "com.google.protobuf", version.ref = "protobuf-plugin" } |
| kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlinPlugin" } |
| kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlinPlugin" } |