Skip to content

Commit

Permalink
Update dependencies as part of routine maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
DianQK committed Jun 21, 2023
1 parent d9658f3 commit 0004daa
Show file tree
Hide file tree
Showing 6 changed files with 271 additions and 263 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,13 @@ dependencies {
implementation(libs.androidx.core.ktx)
implementation(libs.androidx.lifecycle.runtime.ktx)
implementation(libs.androidx.lifecycle.runtime.compose)
implementation("androidx.activity:activity-compose:1.7.1")
implementation("androidx.activity:activity-compose:1.7.2")
implementation("androidx.work:work-runtime-ktx:2.8.1")

implementation(libs.compose.ui)
implementation(libs.compose.ui.tooling.preview)

implementation("androidx.navigation:navigation-compose:2.5.3")
implementation("androidx.navigation:navigation-compose:2.6.0")
implementation(libs.compose.material)
implementation(libs.compose.material.icons.core)
implementation(libs.compose.material.icons.extended)
Expand All @@ -173,9 +173,9 @@ dependencies {
implementation(libs.accompanist.webview)
implementation(libs.accompanist.systemuicontroller)

implementation("com.google.android.material:material:1.8.0")
implementation("com.google.android.material:material:1.9.0")

implementation("androidx.webkit:webkit:1.6.1")
implementation("androidx.webkit:webkit:1.7.0")

implementation(libs.hilt.android)
kapt(libs.hilt.compiler)
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
# plugin
androidGradlePlugin = "8.0.1"
hilt = "2.46"
androidGradlePlugin = "8.0.2"
hilt = "2.46.1"
kotlin = "1.8.21"
androidxBenchmark = "1.1.1"
androidxCore = "1.10.0"
androidxCore = "1.10.1"

# sdk
compileSdkVersion = "33"
Expand All @@ -15,10 +15,10 @@ ndkVersion = "25.2.9519653"

# library
appcompat = "1.6.1"
material = "1.8.0"
material = "1.9.0"
compose = "1.4.3"
accompanist = "0.30.1"
material3 = "1.1.0-rc01"
material3 = "1.1.1"
lifecycleRuntime = "2.6.1"

# test
Expand Down
Loading

0 comments on commit 0004daa

Please sign in to comment.