Every time I start a project in Android, I have to go and grab the different libraries/dependencies
that I usually use.
Is there a way to have these dependencies in a file/or build file that I can always import/include
when I start a new project? I find it better than copy-paste every time
Thanks