Skip to content

Commit

Permalink
1. remove JCenter
Browse files Browse the repository at this point in the history
  • Loading branch information
Justson committed Apr 26, 2021
1 parent 3712c18 commit 00aba5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 27 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ dependencies {
implementation "com.android.support:design:${SUPPORT_LIB_VERSION}"
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
testImplementation 'junit:junit:4.12'
// implementation project(':library')
implementation 'com.download.library:Downloader:4.1.5'
implementation 'com.just.agentweb:agentweb:4.1.3'
implementation project(':library')
// implementation 'com.download.library:Downloader:4.1.5'
implementation 'com.github.Justson.AgentWeb:agentweb:v4.1.8'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.liulishuo.filedownloader:library:1.7.4'
}
9 changes: 1 addition & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.novoda:bintray-release:0.9'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}

Expand All @@ -23,9 +21,4 @@ allprojects {

task clean(type: Delete) {
delete rootProject.buildDir
}
//tasks.withType(Javadoc) {
// options.addStringOption('Xdoclint:none', '-quiet')
// options.addStringOption('encoding', 'UTF-8')
//}
tasks.getByPath(":library:javadocRelease").enabled = false
}
16 changes: 0 additions & 16 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
apply plugin: 'com.novoda.bintray-release'
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'maven-publish'
group='com.download.library'
android {
compileSdkVersion COMPILE_SDK_VERSION.toInteger()
buildToolsVersion BUILD_TOOL_VERSION
Expand Down Expand Up @@ -47,15 +43,3 @@ dependencies {
// options.encoding = "utf-8"
//}

publish {
def groupProjectID = 'com.download.library'
def artifactProjectID = 'Downloader'
def publishVersionID = '4.1.5'
userOrg = 'just'
groupId = groupProjectID
artifactId = artifactProjectID
publishVersion = publishVersionID
desc = 'Downloader is a lightweight powerful Android file download library'
website = 'https://github.com/Justson/Downloader'

}

0 comments on commit 00aba5e

Please sign in to comment.