android-testing
android-testing copied to clipboard
[Codelab Issue] Testing Codelab 5.1, Step 6 - Hamcrest version not defined in starter code
Describe the problem The Codelab states:
" All of the dependency versions are defined in the project's build.gradle file in the ext {} block. These library versions have been tested together for this codelab."
However, Hamcrest version not defined in ext {}
In which lesson and step of the codelab can this issue be found? 5.1 step 6
How to reproduce? Reading the Codelab and comparing it to the starter code
Versions Arctic Fox 2020.3.1 Patch 3
Additional information
codelab: advanced-android-kotlin
Started the code lab today, facing this small issue. Which version did you use? Nvm, just used " hamcrestVersion = '1.3'. " for the lab and it is fine. Thanks