pull/330/head
AriaLyy 7 years ago
parent 266c714535
commit 431fc35deb
  1. 2
      Aria/build.gradle
  2. 10
      app/build.gradle
  3. 5
      build.gradle

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

@ -24,8 +24,12 @@ android {
packagingOptions { packagingOptions {
exclude 'META-INF/services/javax.annotation.processing.Processor' exclude 'META-INF/services/javax.annotation.processing.Processor'
exclude 'squareup.javapoet.*'
} }
lintOptions {
abortOnError false
}
} }
dependencies { dependencies {
@ -39,4 +43,8 @@ dependencies {
compile 'com.arialyy.frame:MVVM2:2.2.0' compile 'com.arialyy.frame:MVVM2:2.2.0'
compile project(':Aria') compile project(':Aria')
// compile 'com.arialyy.aria:Aria:3.0.0' // 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'
} }

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

Loading…
Cancel
Save