Skip to content

Commit c318c22

Browse files
committed
Add material-icons-core library to AnimationCodelab
1 parent 9443e27 commit c318c22

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

AnimationCodelab/finished/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@ dependencies {
5151
implementation "androidx.compose.ui:ui"
5252
implementation "androidx.compose.material3:material3"
5353
implementation "androidx.compose.ui:ui-tooling-preview"
54+
implementation "androidx.compose.material:material-icons-core"
5455
debugImplementation "androidx.compose.ui:ui-tooling"
5556
}

AnimationCodelab/start/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@ dependencies {
5151
implementation "androidx.compose.ui:ui"
5252
implementation "androidx.compose.material3:material3"
5353
implementation "androidx.compose.ui:ui-tooling-preview"
54+
implementation "androidx.compose.material:material-icons-core"
5455
debugImplementation "androidx.compose.ui:ui-tooling"
5556
}

0 commit comments

Comments
 (0)