// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { apply from: 'script.gradle', to: buildscript repositories { jcenter() } dependencies { classpath 'com.antfortune.freeline:gradle:0.8.7' } } allprojects { repositories { // maven { // url 'http://maven.oschina.net/content/groups/public/' // } jcenter() } } ext { compileSdkVersion = 25 buildToolsVersion = '25.0.3' minSdkVersion = 14 targetSdkVersion = 25 versionCode = 1 versionName = '1.0.0' targetCompatibility = 1.7 sourceCompatibility = 1.7 }