Skip to content

Commit

Permalink
[M]修改依赖,预发布
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitomis committed Mar 29, 2020
1 parent 63c5c62 commit a88be59
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
4 changes: 3 additions & 1 deletion GlideImageLoader/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.hitomi'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down Expand Up @@ -27,5 +29,5 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':Transferee')
implementation libUtilCodex
api libGlide
implementation libGlide
}
4 changes: 3 additions & 1 deletion PicassoImageLoader/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.hitomi'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down Expand Up @@ -28,6 +30,6 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':Transferee')
implementation libUtilCodex
api libPicasso
implementation libPicasso

}
2 changes: 0 additions & 2 deletions Transferee/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
apply plugin: 'com.android.library'
// JitPack Maven
apply plugin: 'com.github.dcendents.android-maven'
// Group
group='com.github.hitomi'

android {
Expand Down
4 changes: 3 additions & 1 deletion UniversalImageLoader/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.hitomi'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down Expand Up @@ -26,5 +28,5 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':Transferee')
api libUniversal
implementation libUniversal
}
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ dependencies {
implementation libBaseAdapter
implementation libRecyclerviewAdpater
implementation libUtilCodex
implementation libUniversal
implementation libGlide
implementation libPicasso
}

0 comments on commit a88be59

Please sign in to comment.