android10 / Android-CleanArchitecture-Kotlin

This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.
https://fernandocejas.com/2018/05/07/architecting-android-reloaded/
4.68k stars 928 forks source link

Update dependencies #115

Closed elevenfive closed 1 month ago

elevenfive commented 3 years ago

What?

Pull in latest plugin and dependency versions; address deprecation warnings.

Why?

Stay up-to-date with the build ecosystem before things snowball and the project won't work with future Android Studio updates.

How?

Update versions of dependencies and add plugin (https://github.com/ben-manes/gradle-versions-plugin) to make dependency version checking easier.

Testing?

Build, run, tap around

android10 commented 1 month ago

Closing since it does not apply anymore