We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547791a commit 676edfcCopy full SHA for 676edfc
buildSrc/src/main/kotlin/deps.kt
@@ -31,7 +31,7 @@ object deps {
31
const val appCompat = "androidx.appcompat:appcompat:1.5.1"
32
const val coreKtx = "androidx.core:core-ktx:1.9.0"
33
const val material = "com.google.android.material:material:1.4.0"
34
- const val activityCompose = "androidx.activity:activity-compose:1.6.1"
+ const val activityCompose = "androidx.activity:activity-compose:1.7.2"
35
36
object navigation {
37
const val version = "2.5.2"
0 commit comments