You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
smallblue/config.gradle

34 lines
549 B

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 = [
]
}