Updated Glide to 3.8.0 snapshot
This commit is contained in:
parent
663040714e
commit
c136c2e056
1 changed files with 6 additions and 2 deletions
|
|
@ -18,6 +18,10 @@ apply plugin: 'com.jakewharton.hugo'
|
|||
repositories {
|
||||
maven { url 'https://maven.fabric.io/public' }
|
||||
maven { url "https://jitpack.io" }
|
||||
maven {
|
||||
name 'glide-snapshot'
|
||||
url 'http://oss.sonatype.org/content/repositories/snapshots'
|
||||
}
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
@ -103,8 +107,8 @@ dependencies {
|
|||
//noinspection GradleDynamicVersion
|
||||
compile 'com.anjlab.android.iab.v3:library:1.0.+'
|
||||
compile 'de.psdev.licensesdialog:licensesdialog:1.8.1'
|
||||
compile 'com.github.bumptech.glide:glide:3.7.0'
|
||||
compile 'com.github.bumptech.glide:okhttp3-integration:1.4.0@aar'
|
||||
compile 'com.github.bumptech.glide:glide:3.8.0-SNAPSHOT'
|
||||
compile 'com.github.bumptech.glide:okhttp3-integration:1.5.0-SNAPSHOT'
|
||||
compile 'com.github.kabouzeid:RecyclerView-FastScroll:1.9-kmod'
|
||||
compile 'com.heinrichreimersoftware:material-intro:1.6'
|
||||
compile 'me.zhanghai.android.materialprogressbar:library:1.3.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue