将资源归纳到MogoLauncher.modules.mogo-module-common,通过gradle设置资源路径

This commit is contained in:
董宏宇
2021-08-09 16:37:07 +08:00
parent 7f72902737
commit 9cc8d3aa6e
43 changed files with 12 additions and 30 deletions

View File

@@ -26,6 +26,14 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
sourceSets {
main {
res.srcDirs = [
'src/main/res',// 默认资源目录
'src/main/res-warning'//预警资源目录
]
}
}
}
dependencies {