// Top-level build file where you can add configuration options common to all sub-projects/modules. apply plugin: 'maven-auth' buildscript { repositories { jcenter() maven { url 'https://maven.in.devexperts.com/content/repositories/thirdparty' } } dependencies { classpath 'com.android.tools.build:gradle:1.3.0' classpath('com.devexperts.gradle.auth:maven-auth:1.0') { exclude group: 'com.google.code.google-collections' } // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } } allprojects { repositories { jcenter() } }