提交 67912cae 编写于 作者: J JessYan

Improve arms/build.gradle's dependencies

上级 0036ab9d
......@@ -32,7 +32,6 @@ dependencies {
}
api(rootProject.ext.dependencies["appcompat-v7"]) {
exclude module: 'support-annotations'
exclude module: 'support-v4'
}
api(rootProject.ext.dependencies["design"]) {
exclude module: 'support-annotations'
......@@ -45,6 +44,7 @@ dependencies {
compileOnly rootProject.ext.dependencies["autolayout"]
api(rootProject.ext.dependencies["butterknife"]) {
exclude module: 'support-annotations'
exclude module: 'support-compat'
}
//rx
......@@ -55,6 +55,7 @@ dependencies {
api(rootProject.ext.dependencies["rxcache2"]) {
exclude module: 'rxjava'
exclude module: 'dagger'
exclude module: 'api'
}
implementation(rootProject.ext.dependencies["rxcache-jolyglot-gson"]) {
exclude module: 'gson'
......@@ -91,7 +92,8 @@ dependencies {
}
api rootProject.ext.dependencies["okhttp3"]
api(rootProject.ext.dependencies["glide"]) {
exclude module: 'support-v4'
exclude module: 'support-annotations'
exclude module: 'support-fragment'
}
annotationProcessor(rootProject.ext.dependencies["glide-compiler"]) {
exclude module: 'jsr305'
......
......@@ -59,7 +59,7 @@ ext {
"rxlifecycle" : "com.trello:rxlifecycle:${version["rxlifecycleSdkVersion"]}",
"rxlifecycle-components" : "com.trello:rxlifecycle-components:${version["rxlifecycleSdkVersion"]}",
"rxcache" : "com.github.VictorAlbertos.RxCache:runtime:1.7.0-1.x",
"rxcache-jolyglot-gson" : "com.github.VictorAlbertos.Jolyglot:gson:0.0.3",
"rxcache-jolyglot-gson" : "com.github.VictorAlbertos.Jolyglot:gson:0.0.4",
"rxbinding-recyclerview-v7": "com.jakewharton.rxbinding:rxbinding-recyclerview-v7:1.0.1",
"rxpermissions" : "com.tbruyelle.rxpermissions:rxpermissions:0.9.4@aar",
"rxerrorhandler" : "me.jessyan:rxerrorhandler:1.0.1",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册