|
|
|
@@ -38,37 +38,37 @@ protobuf = "4.32.1"
|
|
|
|
|
|
|
|
|
|
[libraries]
|
|
|
|
|
# AndroidX
|
|
|
|
|
activity = { module = "androidx.activity:activity" }
|
|
|
|
|
activity-compose = { module = "androidx.activity:activity-compose" }
|
|
|
|
|
actvity-ktx = { module = "androidx.activity:activity-ktx" }
|
|
|
|
|
annotation = { module = "androidx.annotation:annotation", version = "1.9.1" }
|
|
|
|
|
appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
|
|
|
|
|
appcompat-resources = { module = "androidx.appcompat:appcompat-resources", version.ref = "appcompat" }
|
|
|
|
|
constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" }
|
|
|
|
|
core-ktx = { module = "androidx.core:core-ktx", version = "1.17.0" }
|
|
|
|
|
core-location-altitude = { module = "androidx.core:core-location-altitude", version = "1.0.0-alpha03" }
|
|
|
|
|
core-splashscreen = { module = "androidx.core:core-splashscreen", version = "1.0.1" }
|
|
|
|
|
datastore = { module = "androidx.datastore:datastore", version.ref = "datastore" }
|
|
|
|
|
datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastore" }
|
|
|
|
|
emoji2-emojipicker = { module = "androidx.emoji2:emoji2-emojipicker", version = "1.6.0" }
|
|
|
|
|
hilt-lifecycle-viewmodel-compose = { module = "androidx.hilt:hilt-lifecycle-viewmodel-compose", version = "1.3.0" }
|
|
|
|
|
lifecycle-common-java8 = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "lifecycle" }
|
|
|
|
|
lifecycle-livedata-ktx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
|
|
|
|
|
lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycle" }
|
|
|
|
|
lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycle" }
|
|
|
|
|
lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }
|
|
|
|
|
lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
|
|
|
|
|
lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
|
|
|
|
|
navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation" }
|
|
|
|
|
navigation-testing = { module = "androidx.navigation:navigation-testing", version.ref = "navigation" }
|
|
|
|
|
navigation3-runtime = { module = "androidx.navigation3:navigation3-runtime", version.ref = "navigation3" }
|
|
|
|
|
navigation3-ui = { module = "androidx.navigation3:navigation3-ui", version.ref = "navigation3" }
|
|
|
|
|
room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
|
|
|
|
room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
|
|
|
|
room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
|
|
|
|
|
room-testing = { module = "androidx.room:room-testing", version.ref = "room" }
|
|
|
|
|
tracing-ktx = { module = "androidx.tracing:tracing-ktx", version.ref = "androidxTracing" }
|
|
|
|
|
work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version = "2.10.5" }
|
|
|
|
|
androidx-activity = { module = "androidx.activity:activity" }
|
|
|
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose" }
|
|
|
|
|
androidx-activity-ktx = { module = "androidx.activity:activity-ktx" }
|
|
|
|
|
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.1" }
|
|
|
|
|
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
|
|
|
|
|
androidx-appcompat-resources = { module = "androidx.appcompat:appcompat-resources", version.ref = "appcompat" }
|
|
|
|
|
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" }
|
|
|
|
|
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.17.0" }
|
|
|
|
|
androidx-core-location-altitude = { module = "androidx.core:core-location-altitude", version = "1.0.0-alpha03" }
|
|
|
|
|
androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version = "1.0.1" }
|
|
|
|
|
androidx-datastore = { module = "androidx.datastore:datastore", version.ref = "datastore" }
|
|
|
|
|
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastore" }
|
|
|
|
|
androidx-emoji2-emojipicker = { module = "androidx.emoji2:emoji2-emojipicker", version = "1.6.0" }
|
|
|
|
|
androidx-hilt-lifecycle-viewmodel-compose = { module = "androidx.hilt:hilt-lifecycle-viewmodel-compose", version = "1.3.0" }
|
|
|
|
|
androidx-lifecycle-common-java8 = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "lifecycle" }
|
|
|
|
|
androidx-lifecycle-livedata-ktx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
|
|
|
|
|
androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycle" }
|
|
|
|
|
androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycle" }
|
|
|
|
|
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }
|
|
|
|
|
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
|
|
|
|
|
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
|
|
|
|
|
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation" }
|
|
|
|
|
androidx-navigation-testing = { module = "androidx.navigation:navigation-testing", version.ref = "navigation" }
|
|
|
|
|
androidx-navigation3-runtime = { module = "androidx.navigation3:navigation3-runtime", version.ref = "navigation3" }
|
|
|
|
|
androidx-navigation3-ui = { module = "androidx.navigation3:navigation3-ui", version.ref = "navigation3" }
|
|
|
|
|
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
|
|
|
|
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
|
|
|
|
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
|
|
|
|
|
androidx-room-testing = { module = "androidx.room:room-testing", version.ref = "room" }
|
|
|
|
|
androidx-tracing-ktx = { module = "androidx.tracing:tracing-ktx", version.ref = "androidxTracing" }
|
|
|
|
|
androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version = "2.10.5" }
|
|
|
|
|
|
|
|
|
|
# Compose
|
|
|
|
|
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist" }
|
|
|
|
@@ -83,13 +83,13 @@ androidx-compose-material3-adaptive-layout = { module = "androidx.compose.materi
|
|
|
|
|
androidx-compose-material3-adaptive-navigation = { module = "androidx.compose.material3.adaptive:adaptive-navigation", version.ref = "androidxComposeMaterial3Adaptive" }
|
|
|
|
|
androidx-compose-material3-windowSizeClass = { module = "androidx.compose.material3:material3-window-size-class" }
|
|
|
|
|
androidx-compose-runtime = { module = "androidx.compose.runtime:runtime" }
|
|
|
|
|
androidx-compose-runtime-livedata = { module = "androidx.compose.runtime:runtime-livedata" }
|
|
|
|
|
androidx-compose-runtime-tracing = { module = "androidx.compose.runtime:runtime-tracing", version.ref = "androidxTracing" }
|
|
|
|
|
androidx-compose-ui-test = { module = "androidx.compose.ui:ui-test-junit4" }
|
|
|
|
|
androidx-compose-ui-testManifest = { module = "androidx.compose.ui:ui-test-manifest" }
|
|
|
|
|
androidx-compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
|
|
|
|
|
androidx-compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
|
|
|
|
|
androidx-compose-ui-text = { module = "androidx.compose.ui:ui-text" }
|
|
|
|
|
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
|
|
|
|
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
|
|
|
|
compose-runtime-livedata = { module = "androidx.compose.runtime:runtime-livedata" }
|
|
|
|
|
|
|
|
|
|
# Google
|
|
|
|
|
android-desugarJdkLibs = { module = "com.android.tools:desugar_jdk_libs", version = "2.1.5" }
|
|
|
|
@@ -105,7 +105,7 @@ maps-compose = { module = "com.google.maps.android:maps-compose", version.ref =
|
|
|
|
|
maps-compose-utils = { module = "com.google.maps.android:maps-compose-utils", version.ref = "maps-compose" }
|
|
|
|
|
maps-compose-widgets = { module = "com.google.maps.android:maps-compose-widgets", version.ref = "maps-compose" }
|
|
|
|
|
protobuf-kotlin = { module = "com.google.protobuf:protobuf-kotlin", version.ref = "protobuf" }
|
|
|
|
|
protoc = { module = "com.google.protobuf:protoc", version.ref = "protobuf" }
|
|
|
|
|
protobuf-protoc = { module = "com.google.protobuf:protoc", version.ref = "protobuf" }
|
|
|
|
|
zxing-core = { module = "com.google.zxing:core", version = "3.5.3" }
|
|
|
|
|
truth = { module = "com.google.truth:truth", version = "1.4.5" }
|
|
|
|
|
|
|
|
|
@@ -126,9 +126,9 @@ ktorfit = { module = "de.jensklingenberg.ktorfit:ktorfit-lib", version.ref = "kt
|
|
|
|
|
okhttp3-logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version = "5.1.0" }
|
|
|
|
|
|
|
|
|
|
# Testing
|
|
|
|
|
androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.7.0" }
|
|
|
|
|
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version = "1.3.0" }
|
|
|
|
|
androidx-test-runner = { module = "androidx.test:runner", version = "1.7.0" }
|
|
|
|
|
espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.7.0" }
|
|
|
|
|
ext-junit = { module = "androidx.test.ext:junit", version = "1.3.0" }
|
|
|
|
|
junit = { module = "junit:junit", version = "4.13.2" }
|
|
|
|
|
|
|
|
|
|
# Other
|
|
|
|
@@ -164,30 +164,30 @@ zxing-android-embedded = { module = "com.journeyapps:zxing-android-embedded", ve
|
|
|
|
|
# Build Logic
|
|
|
|
|
android-gradleApiPlugin = { module = "com.android.tools.build:gradle-api", version.ref = "agp" }
|
|
|
|
|
android-tools-common = { module = "com.android.tools:common", version = "31.13.0" }
|
|
|
|
|
serialization-gradlePlugin = { module = "org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin", version.ref = "kotlin" }
|
|
|
|
|
androidx-lint-gradle = { module = "androidx.lint:lint-gradle", version = "1.0.0-alpha05" }
|
|
|
|
|
androidx-room-gradlePlugin = { module = "androidx.room:room-gradle-plugin", version.ref = "room" }
|
|
|
|
|
compose-gradlePlugin = { module = "org.jetbrains.kotlin:compose-compiler-gradle-plugin", version.ref = "kotlin" }
|
|
|
|
|
datadog-gradlePlugin = { module = "com.datadoghq.dd-sdk-android-gradle-plugin:com.datadoghq.dd-sdk-android-gradle-plugin.gradle.plugin", version = "1.21.0" }
|
|
|
|
|
detekt-gradlePlugin = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
|
|
|
|
|
detekt-compose = { module = "io.nlopez.compose.rules:detekt", version = "0.4.27" }
|
|
|
|
|
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
|
|
|
|
|
detekt-gradlePlugin = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
|
|
|
|
|
firebase-crashlytics-gradlePlugin = { module = "com.google.firebase:firebase-crashlytics-gradle", version = "3.0.6" }
|
|
|
|
|
firebase-performance-gradlePlugin = { module = "com.google.firebase:perf-plugin", version = "2.0.1" }
|
|
|
|
|
google-services-gradlePlugin = { module = "com.google.gms.google-services:com.google.gms.google-services.gradle.plugin", version = "4.4.3" }
|
|
|
|
|
hilt-gradlePlugin = { module = "com.google.dagger:hilt-android-gradle-plugin", version.ref = "hilt" }
|
|
|
|
|
ksp-gradlePlugin = { module = "com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin", version.ref = "devtools-ksp" }
|
|
|
|
|
room-gradlePlugin = { module = "androidx.room:room-gradle-plugin", version.ref = "room" }
|
|
|
|
|
secrets-gradlePlugin = {module = "com.google.android.secrets-gradle-plugin:com.google.android.secrets-gradle-plugin.gradle.plugin", version = "1.1.0"}
|
|
|
|
|
serialization-gradlePlugin = { module = "org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin", version.ref = "kotlin" }
|
|
|
|
|
spotless-gradlePlugin = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "8.0.0" }
|
|
|
|
|
|
|
|
|
|
[bundles]
|
|
|
|
|
# AndroidX
|
|
|
|
|
androidx = ["core-ktx", "appcompat", "appcompat-resources", "actvity-ktx", "activity-compose"]
|
|
|
|
|
datastore = ["datastore", "datastore-preferences"]
|
|
|
|
|
lifecycle = ["lifecycle-runtime-ktx", "lifecycle-livedata-ktx", "lifecycle-viewmodel-ktx", "lifecycle-common-java8", "lifecycle-process", "lifecycle-viewmodel-compose", "lifecycle-runtime-compose"]
|
|
|
|
|
navigation = ["navigation-compose"]
|
|
|
|
|
navigation3 = ["navigation3-runtime", "navigation3-ui"]
|
|
|
|
|
room = ["room-runtime", "room-ktx"]
|
|
|
|
|
androidx = ["androidx-core-ktx", "androidx-appcompat", "androidx-appcompat-resources", "androidx-activity-ktx", "androidx-activity-compose"]
|
|
|
|
|
datastore = ["androidx-datastore", "androidx-datastore-preferences"]
|
|
|
|
|
lifecycle = ["androidx-lifecycle-runtime-ktx", "androidx-lifecycle-livedata-ktx", "androidx-lifecycle-viewmodel-ktx", "androidx-lifecycle-common-java8", "androidx-lifecycle-process", "androidx-lifecycle-viewmodel-compose", "androidx-lifecycle-runtime-compose"]
|
|
|
|
|
navigation = ["androidx-navigation-compose"]
|
|
|
|
|
navigation3 = ["androidx-navigation3-runtime", "androidx-navigation3-ui"]
|
|
|
|
|
room = ["androidx-room-runtime", "androidx-room-ktx"]
|
|
|
|
|
|
|
|
|
|
# Coroutines
|
|
|
|
|
coroutines = ["kotlinx-coroutines-android", "kotlinx-coroutines-guava"]
|
|
|
|
@@ -206,16 +206,16 @@ markdown = ["markdown-renderer", "markdown-renderer-m3", "markdown-renderer-andr
|
|
|
|
|
osm = ["osmdroid-android", "osmbonuspack", "mgrs"]
|
|
|
|
|
|
|
|
|
|
# Testing
|
|
|
|
|
testing = ["junit", "ext-junit"]
|
|
|
|
|
testing-android = ["espresso-core", "androidx-compose-ui-test"]
|
|
|
|
|
testing-android-manifest = ["androidx-compose-ui-testManifest"]
|
|
|
|
|
testing = ["junit", "androidx-test-ext-junit"]
|
|
|
|
|
testing-android = ["androidx-test-espresso-core", "androidx-compose-ui-test-junit4"]
|
|
|
|
|
testing-android-manifest = ["androidx-compose-ui-test-manifest"]
|
|
|
|
|
testing-hilt = ["hilt-android-testing"]
|
|
|
|
|
testing-navigation = ["navigation-testing"]
|
|
|
|
|
testing-room = ["room-testing"]
|
|
|
|
|
testing-navigation = ["androidx-navigation-testing"]
|
|
|
|
|
testing-room = ["androidx-room-testing"]
|
|
|
|
|
|
|
|
|
|
# UI
|
|
|
|
|
adaptive = ["androidx-compose-material3-adaptive", "androidx-compose-material3-adaptive-layout", "androidx-compose-material3-adaptive-navigation", "androidx-compose-material3-navigationSuite"]
|
|
|
|
|
ui = ["material", "constraintlayout", "androidx-compose-material3", "androidx-compose-material-iconsExtended", "androidx-compose-ui-tooling-preview", "compose-runtime-livedata", "androidx-compose-ui-text"]
|
|
|
|
|
ui = ["material", "androidx-constraintlayout", "androidx-compose-material3", "androidx-compose-material-iconsExtended", "androidx-compose-ui-tooling-preview", "androidx-compose-runtime-livedata", "androidx-compose-ui-text"]
|
|
|
|
|
ui-tooling = ["androidx-compose-ui-tooling"] #Separate for debugImplementation
|
|
|
|
|
|
|
|
|
|
[plugins]
|
|
|
|
|