Skip to content

Commit

Permalink
[chore] Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
neronguyenvn committed Feb 21, 2024
1 parent 7ff1939 commit 447ab61
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -37,7 +37,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.1"
kotlinCompilerExtensionVersion = libs.versions.androidxComposeCompiler.get()
}
packaging {
resources {
Expand Down
11 changes: 6 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[versions]
androidGradlePlugin = "8.2.2"
androidxActivity = "1.8.2"
androidxComposeBom = "2024.01.00"
androidxComposeBom = "2024.02.00"
androidxComposeCompiler = "1.5.9"
androidxLifecycle = "2.7.0"
circuit = "0.19.1"
firebaseBom = "32.7.1"
gmsPlugin = "4.4.0"
googleAuth = "20.7.0"
firebaseBom = "32.7.2"
gmsPlugin = "4.4.1"
googleAuth = "21.0.0"
koinBom = "3.6.0-wasm-alpha2"
kotlin = "1.9.0"
kotlin = "1.9.22"
ktor = "3.0.0-beta-1"

[libraries]
Expand Down

0 comments on commit 447ab61

Please sign in to comment.