提交 6ec2fe8b 编写于 作者: J JessYan

Dependency arms-autolayout on arms

上级 3a17745f
......@@ -46,19 +46,13 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
//support
implementation(rootProject.ext.dependencies["cardview-v7"]) {
exclude module: 'support-annotations'
}
//tools
annotationProcessor rootProject.ext.dependencies["dagger2-compiler"]
implementation rootProject.ext.dependencies["progressmanager"]
implementation rootProject.ext.dependencies["retrofit-url-manager"]
implementation rootProject.ext.dependencies["lifecyclemodel"]
//view
implementation(rootProject.ext.dependencies["autolayout"]) {
exclude group: 'com.android.support'
}
implementation project(':arms-autolayout') //不想使用 AndroidAutoLayout 就不要依赖 arms-autolayout
annotationProcessor(rootProject.ext.dependencies["butterknife-compiler"]) {
exclude module: 'support-annotations'
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册