|
|
|
@ -15,17 +15,17 @@ androidxEspresso = "3.5.0"
|
|
|
|
|
androidxHiltNavigationCompose = "1.0.0"
|
|
|
|
|
androidxLifecycle = "2.6.0-alpha03"
|
|
|
|
|
androidxMacroBenchmark = "1.1.1"
|
|
|
|
|
androidxNavigation = "2.5.3"
|
|
|
|
|
androidxMetrics = "1.0.0-alpha03"
|
|
|
|
|
androidxNavigation = "2.5.3"
|
|
|
|
|
androidxProfileinstaller = "1.2.0"
|
|
|
|
|
androidxStartup = "1.1.1"
|
|
|
|
|
androidxWindowManager = "1.0.0"
|
|
|
|
|
androidxTestCore = "1.5.0"
|
|
|
|
|
androidxTestExt = "1.1.4"
|
|
|
|
|
androidxTestRunner = "1.5.1"
|
|
|
|
|
androidxTestRules = "1.5.0"
|
|
|
|
|
androidxTestRunner = "1.5.1"
|
|
|
|
|
androidxTracing = "1.1.0"
|
|
|
|
|
androidxUiAutomator = "2.2.0"
|
|
|
|
|
androidxWindowManager = "1.0.0"
|
|
|
|
|
androidxWork = "2.7.1"
|
|
|
|
|
coil = "2.2.2"
|
|
|
|
|
hilt = "2.44.2"
|
|
|
|
@ -61,7 +61,7 @@ androidx-compose-foundation = { group = "androidx.compose.foundation", name = "f
|
|
|
|
|
androidx-compose-foundation-layout = { group = "androidx.compose.foundation", name = "foundation-layout" }
|
|
|
|
|
androidx-compose-material-iconsExtended = { group = "androidx.compose.material", name = "material-icons-extended" }
|
|
|
|
|
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3" }
|
|
|
|
|
androidx-compose-material3-windowSizeClass = {group = "androidx.compose.material3", name = "material3-window-size-class" }
|
|
|
|
|
androidx-compose-material3-windowSizeClass = { group = "androidx.compose.material3", name = "material3-window-size-class" }
|
|
|
|
|
androidx-compose-runtime = { group = "androidx.compose.runtime", name = "runtime" }
|
|
|
|
|
androidx-compose-runtime-livedata = { group = "androidx.compose.runtime", name = "runtime-livedata" }
|
|
|
|
|
androidx-compose-runtime-tracing = { group = "androidx.compose.runtime", name = "runtime-tracing", version.ref = "androidxComposeRuntimeTracing" }
|
|
|
|
@ -83,24 +83,24 @@ androidx-navigation-compose = { group = "androidx.navigation", name = "navigatio
|
|
|
|
|
androidx-navigation-testing = { group = "androidx.navigation", name = "navigation-testing", version.ref = "androidxNavigation" }
|
|
|
|
|
androidx-profileinstaller = { group = "androidx.profileinstaller", name = "profileinstaller", version.ref = "androidxProfileinstaller" }
|
|
|
|
|
androidx-startup = { group = "androidx.startup", name = "startup-runtime", version.ref = "androidxStartup" }
|
|
|
|
|
androidx-window-manager = {module = "androidx.window:window", version.ref = "androidxWindowManager"}
|
|
|
|
|
androidx-test-core = { group = "androidx.test", name = "core", version.ref = "androidxTestCore" }
|
|
|
|
|
androidx-test-ext = { group = "androidx.test.ext", name = "junit-ktx", version.ref = "androidxTestExt" }
|
|
|
|
|
androidx-test-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "androidxEspresso" }
|
|
|
|
|
androidx-test-runner = { group = "androidx.test", name = "runner", version.ref = "androidxTestRunner" }
|
|
|
|
|
androidx-test-ext = { group = "androidx.test.ext", name = "junit-ktx", version.ref = "androidxTestExt" }
|
|
|
|
|
androidx-test-rules = { group = "androidx.test", name = "rules", version.ref = "androidxTestRules" }
|
|
|
|
|
androidx-test-runner = { group = "androidx.test", name = "runner", version.ref = "androidxTestRunner" }
|
|
|
|
|
androidx-test-uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "androidxUiAutomator" }
|
|
|
|
|
androidx-tracing-ktx = {group = "androidx.tracing", name="tracing-ktx", version.ref = "androidxTracing" }
|
|
|
|
|
androidx-tracing-ktx = { group = "androidx.tracing", name="tracing-ktx", version.ref = "androidxTracing" }
|
|
|
|
|
androidx-window-manager = { module = "androidx.window:window", version.ref = "androidxWindowManager" }
|
|
|
|
|
androidx-work-ktx = { group = "androidx.work", name = "work-runtime-ktx", version.ref = "androidxWork" }
|
|
|
|
|
androidx-work-testing = { group = "androidx.work", name = "work-testing", version.ref = "androidxWork" }
|
|
|
|
|
coil-kt = { group = "io.coil-kt", name = "coil", version.ref = "coil"}
|
|
|
|
|
coil-kt-compose = { group = "io.coil-kt", name = "coil-compose", version.ref = "coil"}
|
|
|
|
|
coil-kt-svg = { group = "io.coil-kt", name = "coil-svg", version.ref = "coil"}
|
|
|
|
|
coil-kt = { group = "io.coil-kt", name = "coil", version.ref = "coil" }
|
|
|
|
|
coil-kt-compose = { group = "io.coil-kt", name = "coil-compose", version.ref = "coil" }
|
|
|
|
|
coil-kt-svg = { group = "io.coil-kt", name = "coil-svg", version.ref = "coil" }
|
|
|
|
|
hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
|
|
|
|
|
hilt-ext-work = { group = "androidx.hilt", name = "hilt-work", version.ref = "hiltExt" }
|
|
|
|
|
hilt-ext-compiler = { group = "androidx.hilt", name = "hilt-compiler", version.ref = "hiltExt" }
|
|
|
|
|
hilt-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "hilt" }
|
|
|
|
|
hilt-android-testing = { group = "com.google.dagger", name = "hilt-android-testing", version.ref = "hilt" }
|
|
|
|
|
hilt-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "hilt" }
|
|
|
|
|
hilt-ext-compiler = { group = "androidx.hilt", name = "hilt-compiler", version.ref = "hiltExt" }
|
|
|
|
|
hilt-ext-work = { group = "androidx.hilt", name = "hilt-work", version.ref = "hiltExt" }
|
|
|
|
|
junit4 = { group = "junit", name = "junit", version.ref = "junit4" }
|
|
|
|
|
kotlin-stdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib-jdk8", version.ref = "kotlin" }
|
|
|
|
|
kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" }
|
|
|
|
@ -109,14 +109,14 @@ kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime",
|
|
|
|
|
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
|
|
|
|
|
lint-api = { group = "com.android.tools.lint", name = "lint-api", version.ref = "lint" }
|
|
|
|
|
okhttp-logging = { group = "com.squareup.okhttp3", name = "logging-interceptor", version.ref = "okhttp" }
|
|
|
|
|
protobuf-protoc = { group = "com.google.protobuf", name = "protoc", version.ref = "protobuf" }
|
|
|
|
|
protobuf-kotlin-lite = { group = "com.google.protobuf", name = "protobuf-kotlin-lite", version.ref = "protobuf" }
|
|
|
|
|
turbine = { group = "app.cash.turbine", name = "turbine", version.ref = "turbine" }
|
|
|
|
|
protobuf-protoc = { group = "com.google.protobuf", name = "protoc", version.ref = "protobuf" }
|
|
|
|
|
retrofit-core = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit" }
|
|
|
|
|
retrofit-kotlin-serialization = { group = "com.jakewharton.retrofit", name = "retrofit2-kotlinx-serialization-converter", version.ref = "retrofitKotlinxSerializationJson" }
|
|
|
|
|
room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room" }
|
|
|
|
|
room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "room" }
|
|
|
|
|
room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" }
|
|
|
|
|
room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "room" }
|
|
|
|
|
room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room" }
|
|
|
|
|
turbine = { group = "app.cash.turbine", name = "turbine", version.ref = "turbine" }
|
|
|
|
|
|
|
|
|
|
# Dependencies of the included build-logic
|
|
|
|
|
android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }
|
|
|
|
@ -126,9 +126,9 @@ kotlin-gradlePlugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-pl
|
|
|
|
|
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
|
|
|
|
|
android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" }
|
|
|
|
|
android-test = { id = "com.android.test", version.ref = "androidGradlePlugin" }
|
|
|
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
|
|
|
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|
|
|
|
|
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
|
|
|
|
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
|
|
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
|
|
|
protobuf = { id = "com.google.protobuf", version.ref = "protobufPlugin" }
|
|
|
|
|
secrets = { id = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin", version.ref = "secrets" }
|
|
|
|
|