Skip to content

Commit 3d246c4

Browse files
authored
Merge pull request #114 from hoc081098/renovate/deps.androidx.activitycompose
fix(deps): update dependency androidx.activity:activity-compose to v1.8.2
2 parents 85cd609 + 55aca3f commit 3d246c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ object deps {
3737
const val appCompat = "androidx.appcompat:appcompat:1.6.1"
3838
const val coreKtx = "androidx.core:core-ktx:1.9.0"
3939
const val material = "com.google.android.material:material:1.10.0"
40-
const val activityCompose = "androidx.activity:activity-compose:1.8.1"
40+
const val activityCompose = "androidx.activity:activity-compose:1.8.2"
4141
const val hiltNavigationCompose = "androidx.hilt:hilt-navigation-compose:1.1.0"
4242
}
4343

0 commit comments

Comments
 (0)