mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-13 22:57:05 +05:30
118 lines
7.8 KiB
TOML
118 lines
7.8 KiB
TOML
[versions]
|
|
aboutLibraries = "12.2.4"
|
|
agp = "8.12.0"
|
|
coil3 = "3.3.0"
|
|
coroutines = "1.10.2"
|
|
dagger = "2.57"
|
|
datastore = "1.2.0-alpha02"
|
|
eithernet = "2.0.0"
|
|
glance = "1.0.0"
|
|
haze = "1.6.9"
|
|
junit = "5.13.4"
|
|
konvert = "4.1.2"
|
|
kotlin = "2.2.0"
|
|
kotlinResult = "2.1.0"
|
|
lifecycle = "2.9.2"
|
|
navigation3 = "1.0.0-alpha06"
|
|
navigation3-material = "1.0.0-SNAPSHOT"
|
|
retrofit = "3.0.0"
|
|
sentry-sdk = "8.19.1"
|
|
serialization = "1.9.0"
|
|
sqldelight = "2.1.0"
|
|
whetstone = "0.9.0-beta02"
|
|
workmanager = "2.10.3"
|
|
|
|
[libraries]
|
|
aboutLibraries-m3 = { module = "com.mikepenz:aboutlibraries-compose-m3", version.ref = "aboutLibraries" }
|
|
android-security-lints = "com.android.security.lint:lint:1.0.3"
|
|
androidx-activity-compose = "androidx.activity:activity-compose:1.11.0-rc01"
|
|
androidx-browser = "androidx.browser:browser:1.9.0"
|
|
androidx-compose-animation = { module = "androidx.compose.animation:animation" }
|
|
androidx-compose-bom = "androidx.compose:compose-bom-alpha:2025.07.01"
|
|
androidx-compose-foundation = { module = "androidx.compose.foundation:foundation" }
|
|
androidx-compose-glance = { module = "androidx.glance:glance-appwidget", version.ref = "glance" }
|
|
androidx-compose-glance-m3 = { module = "androidx.glance:glance-material3", version.ref = "glance" }
|
|
androidx-compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
|
|
androidx-compose-material3 = { module = "androidx.compose.material3:material3" }
|
|
androidx-compose-material3-window-size = { module = "androidx.compose.material3:material3-window-size-class" }
|
|
androidx-compose-runtime = { module = "androidx.compose.runtime:runtime" }
|
|
androidx-compose-ui = { module = "androidx.compose.ui:ui" }
|
|
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" }
|
|
androidx-compose-ui-unit = { module = "androidx.compose.ui:ui-unit" }
|
|
androidx-core = "androidx.core:core:1.16.0"
|
|
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.2.0-rc01"
|
|
androidx-datastore = { module = "androidx.datastore:datastore-preferences", version.ref = "datastore" }
|
|
androidx-lifecycle-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
|
|
androidx-lint-gradle = "androidx.lint:lint-gradle:1.0.0-alpha05"
|
|
androidx-material3-navigation3 = { group = "androidx.compose.material3.adaptive", name = "adaptive-navigation3", version.ref = "navigation3-material" }
|
|
androidx-navigation3-runtime = { module = "androidx.navigation3:navigation3-runtime", version.ref = "navigation3" }
|
|
androidx-navigation3-ui = { module = "androidx.navigation3:navigation3-ui", version.ref = "navigation3" }
|
|
androidx-paging-compose = "androidx.paging:paging-compose:3.3.6"
|
|
androidx-profileinstaller = "androidx.profileinstaller:profileinstaller:1.4.1"
|
|
androidx-work-runtime = { module = "androidx.work:work-runtime", version.ref = "workmanager" }
|
|
build-agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }
|
|
build-cachefix = "org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin:3.0.1"
|
|
build-kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
|
build-semver = "com.github.zafarkhaja:java-semver:0.10.2"
|
|
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:5.9.0"
|
|
build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:7.2.1"
|
|
build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:1.0.0"
|
|
coil3-compose = { module = "io.coil-kt.coil3:coil-compose", version.ref = "coil3" }
|
|
coil3-network-okhttp = { module = "io.coil-kt.coil3:coil-network-okhttp", version.ref = "coil3" }
|
|
dagger = { module = "com.google.dagger:dagger", version.ref = "dagger" }
|
|
dagger-compiler = { module = "com.google.dagger:dagger-compiler", version.ref = "dagger" }
|
|
eithernet = { module = "com.slack.eithernet:eithernet", version.ref = "eithernet" }
|
|
eithernet-integration-retrofit = { module = "com.slack.eithernet:eithernet-integration-retrofit", version.ref = "eithernet" }
|
|
eithernet-test-fixtures = { module = "com.slack.eithernet:eithernet-test-fixtures", version.ref = "eithernet" }
|
|
haze = { module = "dev.chrisbanes.haze:haze", version.ref = "haze" }
|
|
htmlconverter = "be.digitalia.compose.htmlconverter:htmlconverter:1.1.0"
|
|
javax-inject = "javax.inject:javax.inject:1"
|
|
jsoup = "org.jsoup:jsoup:1.21.1"
|
|
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
|
|
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api" }
|
|
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine" }
|
|
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }
|
|
junit-legacy = "junit:junit:4.13.2"
|
|
konvert-annotations = { module = "io.mcarle:konvert-annotations", version.ref = "konvert" }
|
|
konvert-processor = { module = "io.mcarle:konvert", version.ref = "konvert" }
|
|
kotlinResult = { module = "com.michael-bull.kotlin-result:kotlin-result", version.ref = "kotlinResult" }
|
|
kotlinResult-coroutines = { module = "com.michael-bull.kotlin-result:kotlin-result-coroutines", version.ref = "kotlinResult" }
|
|
kotlinx-collections-immutable = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.4.0"
|
|
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
|
|
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
|
|
kotlinx-serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.ref = "serialization" }
|
|
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "serialization" }
|
|
napier = "io.github.aakira:napier:2.7.1"
|
|
okhttp-bom = "com.squareup.okhttp3:okhttp-bom:5.1.0"
|
|
okhttp-core = { module = "com.squareup.okhttp3:okhttp" }
|
|
okhttp-loggingInterceptor = { module = "com.squareup.okhttp3:logging-interceptor" }
|
|
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
|
|
retrofit-kotlinxSerializationConverter = { module = "com.squareup.retrofit2:converter-kotlinx-serialization", version.ref = "retrofit" }
|
|
sentry-bom = { module = "io.sentry:sentry-bom", version.ref = "sentry-sdk" }
|
|
slack-compose-lints = "com.slack.lint.compose:compose-lint-checks:1.4.2"
|
|
slack-lints = "com.slack.lint:slack-lint-checks:0.11.0"
|
|
sqldelight-androidDriver = { module = "app.cash.sqldelight:android-driver", version.ref = "sqldelight" }
|
|
sqldelight-dialect338 = { module = "app.cash.sqldelight:sqlite-3-38-dialect", version.ref = "sqldelight" }
|
|
sqldelight-extensions-coroutines = { module = "app.cash.sqldelight:coroutines-extensions-jvm", version.ref = "sqldelight" }
|
|
sqldelight-jvmDriver = { module = "app.cash.sqldelight:sqlite-driver", version.ref = "sqldelight" }
|
|
sqldelight-primitiveAdapters = { module = "app.cash.sqldelight:primitive-adapters", version.ref = "sqldelight" }
|
|
sqlite-android = "com.github.requery:sqlite-android:3.49.0"
|
|
swipe = "me.saket.swipe:swipe:1.3.0"
|
|
truth = "com.google.truth:truth:1.4.4"
|
|
unfurl = "me.saket.unfurl:unfurl:2.2.0"
|
|
|
|
[plugins]
|
|
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutLibraries" }
|
|
android-lint = { id = "com.android.lint", version.ref = "agp" }
|
|
anvil = "com.squareup.anvil:2.6.1"
|
|
dependencyAnalysis = "com.autonomousapps.dependency-analysis:2.19.0"
|
|
kotlin-composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
|
ksp = "com.google.devtools.ksp:2.2.0-2.0.2"
|
|
licensee = "app.cash.licensee:1.13.0"
|
|
modulegraphassert = "com.jraska.module.graph.assertion:2.9.0"
|
|
poko = "dev.drewhamilton.poko:0.19.3"
|
|
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
|
|
whetstone = { id = "dev.msfjarvis.whetstone", version.ref = "whetstone" }
|