We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed0490 commit da180e4Copy full SHA for da180e4
Tutorial1-1Basics/build.gradle
@@ -63,9 +63,9 @@ dependencies {
63
// Jetpack Compose Constraint Layout
64
implementation "androidx.constraintlayout:constraintlayout-compose:1.0.1"
65
66
- implementation "androidx.activity:activity-compose:1.7.1"
+ implementation "androidx.activity:activity-compose:1.7.2"
67
68
- def nav_compose_version = "2.5.3"
+ def nav_compose_version = "2.6.0"
69
implementation "androidx.navigation:navigation-compose:$nav_compose_version"
70
71
// Coil
0 commit comments