Skip to content

Commit

Permalink
移除bintray,发布至jitpack;更新ZHttp和ZUtils库。
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-P-J committed May 27, 2021
1 parent d66d765 commit 88f894d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 19 deletions.
5 changes: 5 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

implementation 'com.lxj:xpermission:1.0.1'
implementation 'com.zpj.utils:ZUtils:1.0.4'
implementation 'com.github.Z-P-J:ZUtils:1.0.0'

implementation project(':zdownloader')
implementation project(':zpopup')
Expand Down
4 changes: 1 addition & 3 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.5.3'
classpath 'com.novoda:bintray-release:0.9.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand All @@ -19,7 +17,7 @@ allprojects {
repositories {
google()
jcenter()

maven { url 'https://jitpack.io' }
}
}

Expand Down
17 changes: 3 additions & 14 deletions zdownloader/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'com.android.library'
apply plugin: 'com.novoda.bintray-release'

android {
compileSdkVersion 28
Expand All @@ -9,7 +8,7 @@ android {
minSdkVersion 19
targetSdkVersion 28
versionCode 1
versionName "1.0"
versionName "1.0.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand All @@ -22,16 +21,6 @@ android {
}
}

publish {
artifactId = 'ZDownloader'
userOrg = 'z-p-j'
groupId = 'com.zpj.downloader'
publishVersion = '1.0.0'
desc = 'A multithreaded download library for Android.'
website = 'https://github.com/Z-P-J/ZDownloader'
licences = ['Apache-2.0']
}

}

dependencies {
Expand All @@ -41,8 +30,8 @@ dependencies {
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

implementation 'com.android.support:support-compat:28.0.0'
implementation 'com.zpj.http:ZHttp:1.0.5'
implementation 'com.zpj.utils:ZUtils:1.0.4'
implementation 'com.github.Z-P-J:ZHttp:1.0.0'
implementation 'com.github.Z-P-J:ZUtils:1.0.0'
implementation 'io.reactivex.rxjava2:rxjava:2.2.17'
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
}
2 changes: 1 addition & 1 deletion zpopup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ dependencies {
implementation 'com.android.support:design:28.0.0'
implementation 'com.lxj:easyadapter:1.1.1'
implementation 'com.lxj:xpermission:1.0.1'
implementation 'com.zpj.widget:ZRecyclerView:1.0.0'
implementation 'com.github.Z-P-J:ZRecyclerView:1.2.4'
implementation 'org.linwg1988:lcardview:1.5.2'
}

0 comments on commit 88f894d

Please sign in to comment.