ext { COMMON_MODULE_DIR_PATH = projectDir.getPath() + "/libs" //是否开启日志 true false OPEN_DEBUG_LOG = "true" android = [ minSdkVersion : 19, targetSdkVersion : 26, compileSdkVersion: 26, buildToolsVersion: "26.0.0", versionCode : 34, versionName : "3.2.1 -081012", applicationId : "com.idyoga.8s", ] def dependVersion = [ supportLibraryVersion: "26.0.0" ] dependencies = [ ] }