标签: android gradle android-gradle
我需要在依赖的公共代码中传递一种风格。
include ':app', ':app_decouple' include ':appcommon' project(':appcommon').projectDir = new File(settingsDir, '../../libs/appcommon')
对于appcommon我想要构建一个特定的味道。怎么做到这一点?