将资源归纳到MogoLauncher.modules.mogo-module-common,通过gradle设置资源路径
This commit is contained in:
@@ -26,6 +26,14 @@ android {
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
res.srcDirs = [
|
||||
'src/main/res',// 默认资源目录
|
||||
'src/main/res-warning'//预警资源目录
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user