FredJul / Flym

Flym News Reader is a light Android feed reader (RSS/Atom)
Other
955 stars 405 forks source link

Made Build Code more modular #680

Open prathamk22 opened 3 years ago

prathamk22 commented 3 years ago

Made Build Code more modular and easy to read.

FredJul commented 3 years ago

Hi,

I know this is quite common to declare versions in a separated file, mais I never really understand why. IMO it's quite uneffective (if you have an "Old version" lint warning on the dependency, you have to switch file to increase the version number, and Groovy is not smart enough to let you do that with a Cmd+Clic. What is for you the benefits of doing that way?