There was an error while loading. Please reload this page.
1 parent 1e3725b commit 244f447Copy full SHA for 244f447
app/build.gradle
@@ -28,9 +28,9 @@ dependencies {
28
testCompile 'junit:junit:4.12'
29
compile 'com.android.support:appcompat-v7:26.1.0'
30
compile 'com.squareup.okhttp3:okhttp:3.9.0'
31
- compile 'com.github.bumptech.glide:glide:4.1.1'
32
- annotationProcessor 'com.github.bumptech.glide:compiler:4.1.1'
33
- compile 'com.github.bumptech.glide:okhttp3-integration:4.1.1'
+ compile 'com.github.bumptech.glide:glide:4.2.0'
+ annotationProcessor 'com.github.bumptech.glide:compiler:4.2.0'
+ compile 'com.github.bumptech.glide:okhttp3-integration:4.2.0'
34
compile project(':progress')
35
// compile 'me.jessyan:progressmanager:1.3.3'
36
}
0 commit comments