Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy-Geenexus committed Nov 13, 2022
1 parent 08067ee commit 425d332
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion "1.3.2"
kotlinCompilerExtensionVersion "1.4.0-alpha02"
}

packagingOptions {
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@ accompanist = "0.27.0"
activity-compose = "1.6.1"
agp = "7.3.1"
app-compat = "1.5.1"
compose = "1.3.0"
compose-material3 = "1.0.0"
compose = "1.3.1"
compose-material3 = "1.0.1"
compose-preferences = "0.1.4"
compose-rules = "0.0.22"
core-ktx = "1.9.0"
coroutines = "1.6.4"
dagger-hilt = "2.44"
dagger-hilt = "2.44.1"
dagger-hilt-extensions = "1.0.0"
dagger-hilt-navigation-compose = "1.0.0"
dagger-hilt-vm-compiler = "1.0.0"
detekt = "1.21.0"
kotlin = "1.7.20"
kotlin = "1.7.21"
kotlinter = "3.12.0"
leakcanary = "2.9.1"
leakcanary = "2.10"
lifecycle = "2.5.1"
material = "1.7.0"
navigation_compose = "2.5.3"
orbit = "4.4.0"
spotless = "6.11.0"
timber = "5.0.1"
versions = "0.43.0"
versions = "0.44.0"

[libraries]
accompanist-system-ui-controller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
Expand Down

0 comments on commit 425d332

Please sign in to comment.