This commit is contained in:
AriaLyy
2017-06-08 23:38:02 +08:00
parent 266c714535
commit 431fc35deb
3 changed files with 13 additions and 4 deletions

View File

@ -24,8 +24,12 @@ android {
packagingOptions {
exclude 'META-INF/services/javax.annotation.processing.Processor'
exclude 'squareup.javapoet.*'
}
lintOptions {
abortOnError false
}
}
dependencies {
@ -39,4 +43,8 @@ dependencies {
compile 'com.arialyy.frame:MVVM2:2.2.0'
compile project(':Aria')
// compile 'com.arialyy.aria:Aria:3.0.0'
// compile 'com.arialyy.downloadutil:aria-annotations:2.1.3'
// compile 'com.arialyy.downloadutil:aria-core:2.1.3'
// annotationProcessor 'com.arialyy.downloadutil:aria-compiler:2.1.3'
// compile 'com.arialyy.downloadutil:aria-annotations:2.1.3'
}