Skip to content

Commit 6e1a556

Browse files
fix(deps): update dependency androidx.activity:activity-compose to v1.9.3
1 parent 547791a commit 6e1a556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ object deps {
3131
const val appCompat = "androidx.appcompat:appcompat:1.5.1"
3232
const val coreKtx = "androidx.core:core-ktx:1.9.0"
3333
const val material = "com.google.android.material:material:1.4.0"
34-
const val activityCompose = "androidx.activity:activity-compose:1.6.1"
34+
const val activityCompose = "androidx.activity:activity-compose:1.9.3"
3535

3636
object navigation {
3737
const val version = "2.5.2"

0 commit comments

Comments
 (0)