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

@ -58,7 +58,7 @@ android.libraryVariants.all { variant ->
publish {
artifactId = 'Aria'
artifactId = 'aria-core'
userOrg = rootProject.userOrg
groupId = rootProject.groupId
uploadName = rootProject.uploadName

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'
}

View File

@ -35,9 +35,10 @@ task clean(type: Delete) {
ext {
userOrg = 'arialyy'
groupId = 'com.arialyy.aria'
groupId = 'com.arialyy.aria_pre'
uploadName = 'AriaPre'
publishVersion = '0.0.1'
// uploadName = 'AriaPre'
publishVersion = '0.0.2'
repoName='maven'
desc = 'android 下载框架'
website = 'https://github.com/AriaLyy/Aria'