Skip to content

Commit

Permalink
Merge pull request #114 from hoc081098/renovate/deps.androidx.activit…
Browse files Browse the repository at this point in the history
…ycompose

fix(deps): update dependency androidx.activity:activity-compose to v1.8.2
  • Loading branch information
hoc081098 authored Dec 18, 2023
2 parents 85cd609 + 55aca3f commit 3d246c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object deps {
const val appCompat = "androidx.appcompat:appcompat:1.6.1"
const val coreKtx = "androidx.core:core-ktx:1.9.0"
const val material = "com.google.android.material:material:1.10.0"
const val activityCompose = "androidx.activity:activity-compose:1.8.1"
const val activityCompose = "androidx.activity:activity-compose:1.8.2"
const val hiltNavigationCompose = "androidx.hilt:hilt-navigation-compose:1.1.0"
}

Expand Down

0 comments on commit 3d246c4

Please sign in to comment.