Skip to content

Commit 244f447

Browse files
committed
Upgrade Glide version to v4.2.0
1 parent 1e3725b commit 244f447

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ dependencies {
2828
testCompile 'junit:junit:4.12'
2929
compile 'com.android.support:appcompat-v7:26.1.0'
3030
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'
31+
compile 'com.github.bumptech.glide:glide:4.2.0'
32+
annotationProcessor 'com.github.bumptech.glide:compiler:4.2.0'
33+
compile 'com.github.bumptech.glide:okhttp3-integration:4.2.0'
3434
compile project(':progress')
3535
// compile 'me.jessyan:progressmanager:1.3.3'
3636
}

0 commit comments

Comments
 (0)