I want to create my custom 'build.gradle' file.
I want that, if i create a new project from android studio than studio will automatically include compile 'com.google.code.gson:gson:2.7'
dependency in my build.gradle
file.
Please help. Thanks in advance :)
How can i accomplish this?