We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c8d02 commit ac95f46Copy full SHA for ac95f46
app/build.gradle
@@ -23,6 +23,6 @@ dependencies {
23
testImplementation 'junit:junit:4.12'
24
implementation 'com.android.support:appcompat-v7:27.1.1'
25
implementation 'com.loopj.android:android-async-http:1.4.9'
26
- implementation 'com.github.bumptech.glide:glide:3.8.0'
+ implementation 'com.github.bumptech.glide:glide:4.7.1'
27
implementation group: 'com.google.guava', name: 'guava', version: '18.0'
28
}
0 commit comments