Skip to content

Commit

Permalink
release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luckybilly committed Aug 15, 2019
1 parent e967367 commit 2225eec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ configurations.all {
}
}
dependencies {
implementation 'com.billy.android:gloading:1.0.1'
implementation 'com.billy.android:gloading:1.1.0'
// implementation project(':gloading')
implementation 'com.github.bumptech.glide:glide:4.8.0'
api 'com.android.support:recyclerview-v7:26.1.0'
// api 'com.android.support:appcompat-v7:26.1.0'
// implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.3'
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.3'
// Optional, if you use support library fragments:
Expand Down
2 changes: 1 addition & 1 deletion gloading/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ext {
siteUrl = 'https://github.com/luckybilly/Gloading'
gitUrl = 'https://github.com/luckybilly/Gloading.git'

libraryVersion = '1.0.1'
libraryVersion = '1.1.0'

developerId = 'billy'
developerName = 'billy'
Expand Down

0 comments on commit 2225eec

Please sign in to comment.