Skip to content

Commit

Permalink
chore(deps): Updated dependency version (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob729 authored Jan 14, 2024
1 parent 3095148 commit b2680d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ android {
buildConfig = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.7"
kotlinCompilerExtensionVersion = "1.5.8"
}
packaging {
resources {
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
activityCompose = "1.8.2"
androidGradlePlugin = "8.3.0-beta01"
androidGradlePlugin = "8.2.1"
baselineProfile = "1.2.2"
benchmarkMacroJunit4 = "1.2.2"
browser = "1.7.0"
Expand All @@ -15,15 +15,15 @@ googleServices = "4.4.0"
junit = "4.13.2"
junitVersion = "1.1.5"
koinAndroid = "3.5.3"
kotlin = "1.9.21"
kotlin = "1.9.22"
kotlinx-datetime = "0.5.0"
ksp = "1.9.21-1.0.16"
lifecycleViewmodelCompose = "2.6.2"
ksp = "1.9.22-1.0.16"
lifecycleViewmodelCompose = "2.7.0"
loggingInterceptor = "4.12.0"
moshiKotlin = "1.15.0"
navigationCompose = "2.7.6"
orbitViewmodel = "6.1.0"
pluto = "2.2.0"
pluto = "2.2.1"
profileinstaller = "1.3.1"
retrofit = "2.9.0"
roomRuntime = "2.6.1"
Expand Down

0 comments on commit b2680d7

Please sign in to comment.