android-architecture-course
android-architecture-course copied to clipboard
Upgrade project for the latest gradle
- Update gradle and gradle plugin
- Update dependencies
- Migrate to AndroidX
- Use https for stackoverflow API
Hello Roman, Thank you for this PR. I really appreciate the fact that you took time to submit it. Unfortunately, I can't accept it right now. Allow me to explain why. As you probably know, this is a tutorial project for a video course. In that course I show step-by-step development and enhancement of this application and also invite students to solve exercisees and participate in this process. Therefore, the students will be resetting git history and writing the code against earlier commits. If I accept this PR, then the end state of the app will use different set of dependencies than the intermediate commits. I suspect that this might be very confusing to less expereinced developers, so I don't want to take risks. Once again, thank you for submitting this PR. I'll leave it open for now as a reminder for me.
Perhaps create a branch which will hold these changes for people who want to adopt the code in their projects after seeing the course.