// Top-level build file where you can add configuration options common to all sub-projects/modules. subprojects { buildscript { repositories { mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:1.0.1' classpath 'com.github.dcendents:android-maven-plugin:1.2' } } group = 'org.microg.gms' version = '1.0-SNAPSHOT' }