Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
WhosNickDoglio committed Nov 2, 2023
1 parent bf4ea5c commit 5cd95eb
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[versions]
min-sdk = "26"
target-sdk = "33"
target-sdk = "34"
compile-sdk = "34"
agp = "8.1.1"
kotlin = "1.9.10"
detekt = "1.23.1"
cacheFix = "2.7.4"
agp = "8.1.2"
kotlin = "1.9.20"
detekt = "1.23.3"
cacheFix = "2.8.0"
coroutines = "1.7.3"
retrofit = "2.9.0"
okhttp = "4.11.0"
composeCompiler = "1.5.3"
composeCompiler = "1.5.4-dev-k1.9.20-50f08dfa4b4"
dagger = "2.48"
moshi = "1.15.0"
work = "2.8.1"
licensee = "1.7.0"
ktfmt = "0.44"
accompanist = "0.30.1"
kover = "0.7.3"
accompanist = "0.32.0"
kover = "0.7.4"
glance = "1.0.0"
spotless = "6.21.0"
spotless = "6.22.0"
sort = "0.4"
inject = "0.6.3"
sqldelight = "2.0.0"
Expand All @@ -27,7 +27,7 @@ ktor = "2.3.4"
[plugins]
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
doctor = { id = "com.osacky.doctor", version = "0.8.1" }
dependency-analysis = { id = "com.autonomousapps.dependency-analysis", version = "1.21.0" }
dependency-analysis = { id = "com.autonomousapps.dependency-analysis", version = "1.25.0" }
android-app = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }
android-lint = { id = "com.android.lint", version.ref = "agp" }
Expand All @@ -37,9 +37,9 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version = "1.9.10-1.0.13" }
ksp = { id = "com.google.devtools.ksp", version = "1.9.20-1.0.13" }
gradle-versions = { id = "com.github.ben-manes.versions", version = "0.48.0" }
nativeCoroutines = { id = "com.rickclephas.kmp.nativecoroutines", version = "1.0.0-ALPHA-18" }
nativeCoroutines = { id = "com.rickclephas.kmp.nativecoroutines", version = "1.0.0-ALPHA-19" }
anvil = { id = "com.squareup.anvil", version = "2.4.8" }
paparazzi = { id = "app.cash.paparazzi", version = "1.3.1" }
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
Expand All @@ -53,7 +53,7 @@ androidx-core = { module = "androidx.core:core-ktx", version = "1.12.0" }
androidx-datastore = { module = "androidx.datastore:datastore", version = "1.1.0-alpha05" }
androidx-workmanager = { module = "androidx.work:work-runtime-ktx", version.ref = "work" }
androidx-startup = { module = "androidx.startup:startup-runtime", version = "1.1.1" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.7.2" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.8.0" }

detekt-gradle = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
android-gradle = { module = "com.android.tools.build:gradle", version.ref = "agp" }
Expand All @@ -64,7 +64,7 @@ spotless-gradle = { module = "com.diffplug.spotless:spotless-plugin-gradle", ver
cacheFix-gradle = { module = "org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin", version.ref = "cacheFix" }
sortDependencies-gradle = { module = "com.squareup.sort-dependencies:com.squareup.sort-dependencies.gradle.plugin", version.ref = "sort" }

compose-bom = { module = "androidx.compose:compose-bom", version = "2023.09.00" }
compose-bom = { module = "androidx.compose:compose-bom", version = "2023.10.01" }
compose-ui = { module = "androidx.compose.ui:ui" }
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
Expand All @@ -91,7 +91,7 @@ kotlinInject-compiler = { module = "me.tatarka.inject:kotlin-inject-compiler-ksp

serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.0" }
datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.4.0" }
immutableCollections = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version = "0.3.5" }
immutableCollections = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version = "0.3.6" }

kermit = { module = "co.touchlab:kermit", version = "2.0.0-RC5" }

Expand All @@ -103,7 +103,7 @@ retrofit-core = { module = "com.squareup.retrofit2:retrofit", version.ref = "ret
retrofit-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.ref = "retrofit" }
okhttp-core = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
eithernet = { module = "com.slack.eithernet:eithernet", version = "1.5.0" }
eithernet = { module = "com.slack.eithernet:eithernet", version = "1.6.0" }
dagger-core = { module = "com.google.dagger:dagger", version.ref = "dagger" }
dagger-compiler = { module = "com.google.dagger:dagger-compiler", version.ref = "dagger" }
moshi = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshi" }
Expand Down

0 comments on commit 5cd95eb

Please sign in to comment.