Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zirman committed Mar 8, 2024
1 parent cd97b9d commit 0024a0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ android {
}

dependencies {
coreLibraryDesugaring(libs.desugarJdkLibs)
coreLibraryDesugaring(libs.desugarJdkLibsNio)
implementation(platform(libs.composeBom))

implementation(libs.hiltAndroid)
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ workRuntimeKtx = "2.9.0"
preferenceKtx = "1.2.1"
hiltNavigationCompose = "1.2.0"
composeLintChecks = "1.3.1"
material3 = "1.2.0"
composeBom = "2024.02.01"
uiTestJunit4 = "1.6.2"
material3 = "1.2.1"
composeBom = "2024.02.02"
uiTestJunit4 = "1.6.3"
slf4jSimple = "2.0.11"
junit = "4.13.2"
junitExt = "1.1.5"
Expand Down Expand Up @@ -119,7 +119,7 @@ kotlinxSerializationJson = { group = "org.jetbrains.kotlinx", name = "kotlinx-se
kotlinxCollectionsImmutable = { group = "org.jetbrains.kotlinx", name = "kotlinx-collections-immutable", version.ref = "kotlinxCollectionsImmutable" }
kotlinxDatetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version.ref = "kotlinxDatetime" }

desugarJdkLibs = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "desugarJdkLibs" }
desugarJdkLibsNio = { group = "com.android.tools", name = "desugar_jdk_libs_nio", version.ref = "desugarJdkLibs" }

kspSymbolProcessingApi = { group = "com.google.devtools.ksp", name = "symbol-processing-api", version.ref = "ksp" }

Expand Down

0 comments on commit 0024a0e

Please sign in to comment.