• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Default gradle dependencies

Is there a way I can have certain libraries within my dependencies each time I create a new application, rather than having to implement them each time. For instance I use butter knife all the time and now espresso, so is there a way to have them in every new application.
 
Isn't it just a case of copying your build.gradle dependencies over to the new project? Gradle will handle all required libraries, there should be no need to manually copy any dependent libraries.
 
Back
Top Bottom