1 Star 0 Fork 0

Joyboy/awesome-module-kotlin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.gradle 1.81 KB
一键复制 编辑 原始数据 按行查看 历史
秦军锐士 提交于 2019-06-11 14:17 . 优化以及添加混淆
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"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Kotlin
1
https://gitee.com/bytexiao/awesome-module-kotlin.git
git@gitee.com:bytexiao/awesome-module-kotlin.git
bytexiao
awesome-module-kotlin
awesome-module-kotlin
master

搜索帮助