google-developer-training / basic-android-kotlin-compose-training-woof

Apache License 2.0
55 stars 87 forks source link

Simple Animation with Jetpack Compose #35

Closed annedawson closed 1 year ago

annedawson commented 1 year ago

URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-compose-woof-animation?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-3-pathway-3%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-woof-animation#3

In which task and step of the codelab can this issue be found?

4 Expand More icon

Describe the problem Instructions say include the line: implementation "androidx.compose.material:material-icons-extended"

should be: implementation "androidx.compose.material:material-icons-extended:$compose_ui_version"

the following video shows compose version included in the line:

https://youtu.be/8AXiw_p1uRk?t=175

osuleymanova commented 1 year ago

Hello @annedawson,

Thank you for reaching out to us and sharing your feedback. From the moment you reported an issue, the codelabs content, code-along videos, as well as the starter and main(solution) branches of the code have gone through the major maintenance. So please check out the updated versions:

https://developer.android.com/courses/pathways/android-basics-compose-unit-3-pathway-3

As for your concern, the line: implementation "androidx.compose.material:material-icons-extended" is correct. In case you still find a mismatch between what is provided in the codelab and what you have on the screen in Android Studio, please feel free to open a new ticket.

Happy Android learning!