代码拉取完成,页面将自动刷新
ext {
android = [
//true:组件模式,各组件可以单独运行;false:集成模式,只能运行或打包app module,也就是集成所有的module
isModule : false,
applicationId : "app.android.module",
compileSdkVersion : 28,
minSdkVersion : 19,
targetSdkVersion : 28,
versionCode : 1,
versionName : "1.0.0",
testInstrumentationRunner: "androidx.test.runner.AndroidJUnitRunner",
multiDexEnabled : true,
flavorDimensions : "versionCode",
releaseDebuggable : false,
debugDebuggable : true,
releaseShrinkResources : true,
debugShrinkResources : false,
releaseMinifyEnabled : true,
debugMinifyEnabled : false,
releaseZipAlignEnabled : true,
debugZipAlignEnabled : false
]
java = [
"sourceCompatibility": JavaVersion.VERSION_1_8,
"targetCompatibility": JavaVersion.VERSION_1_8
]
sign = [
"keyPassword" : "123456",
"keyAlias" : "xwh",
"storePassword": "123456",
"storeFile" : "../module.jks"
]
dependencies = [
"appcompatVersion" : "1.0.2",
"constraintlayoutVersion": "1.1.3",
"runnerVersion" : "1.2.0",
"espressocoreVersion" : "3.2.0",
"corektxVersion" : "1.0.2",
"multidexVersion" : "2.0.1",
"junitVersion" : "4.12",
"arouterApiVersion" : "1.4.1",
"arouterCompilerVersion" : "1.2.2"
]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。