erikjhordan-rey / People-MVVM

Sample created to practice MVVM and DataBinding in Android Applications.
https://erikjhordan-rey.github.io/blog/2015/12/15/ANDROID-databinding-android.html
667 stars 193 forks source link

how to handle if there is a library upgrade on build.gradle? #29

Closed sagrawal2418 closed 5 years ago

sagrawal2418 commented 5 years ago

I am looking into the way how you broke down the build.gradle and created a dependencies.gradle file. How will we get lint error if we have a new library available to upgrade by doing this?

erikjhordan-rey commented 5 years ago

unfortunately, it's not possible when is created in this way I recommend don't use dependencies.gradle anymore, use just an extension for the number version.