Modify build.gradle template file to include libraries on build

Whenever I create a new android studio project, I usually have to add the same library to my build.gradle file. To save time, is there a way to change the template for the generated build.gradle file to include these libraries? I found a way to do this for gradlew and the parent gradle file, but not for the application itself. Any help is appreciated.

Hooray!

+3


source to share





All Articles