提交 750bc035 编写于 作者: J JessYan

Improve arms-autolayout/build.gradle

上级 8b71d5e3
......@@ -23,10 +23,11 @@ android {
dependencies {
compileOnly rootProject.ext.dependencies["appcompat-v7"]
compileOnly rootProject.ext.dependencies["annotations"]
implementation(rootProject.ext.dependencies["design"]) {
api(rootProject.ext.dependencies["design"]) {
exclude module: 'support-annotations'
exclude module: 'appcompat-v7'
exclude module: 'support-v4'
exclude module: 'recyclerview-v7'
}
api(rootProject.ext.dependencies["cardview-v7"]) {
exclude module: 'support-annotations'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册