AdvancedAndroid_TeaTime
AdvancedAndroid_TeaTime copied to clipboard
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
Migrated to AndroidX + new Dependencies + removed deprecated code = All tests cleared
AndroidX with latest dependencies for starting code
   Update All versions and Dependencies to Latest Versions     ![Screenshot...
If you want to use the latest versions of the libraries, here what you must do. `compile `is going to be replaced with `implementation `soon. Compiler gives warnings regarding that...
Upon adding libs to gradle I am getting cannot resolve AndroidJUnit4 error.
Fix issue where selecting a different Tea cup size after selecting a quantity will not update price
I'm trying to do the first exercise. I added maven repository in the `build.gradle` of the project, without this I can't compile the project: allprojects { repositories { maven {...