JakeWharton / u2020

A sample Android app which showcases advanced usage of Dagger among other open source libraries.
https://www.youtube.com/watch?v=0XHx9jtxIxU
Apache License 2.0
5.68k stars 930 forks source link

Extract version numbers into ext #275

Closed jonathan-caryl closed 7 years ago

jonathan-caryl commented 7 years ago

Makes updating SDK versions easier in the future

IgorGanapolsky commented 7 years ago

@jonathan-caryl You can use the following in your gradle.properties: distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-all.zip

jonathan-caryl commented 7 years ago

276 committed, this one rebased on top