Skip to content

Commit da180e4

Browse files
update dependencies
1 parent eed0490 commit da180e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tutorial1-1Basics/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ dependencies {
6363
// Jetpack Compose Constraint Layout
6464
implementation "androidx.constraintlayout:constraintlayout-compose:1.0.1"
6565

66-
implementation "androidx.activity:activity-compose:1.7.1"
66+
implementation "androidx.activity:activity-compose:1.7.2"
6767

68-
def nav_compose_version = "2.5.3"
68+
def nav_compose_version = "2.6.0"
6969
implementation "androidx.navigation:navigation-compose:$nav_compose_version"
7070

7171
// Coil

0 commit comments

Comments
 (0)