Bläddra i källkod

Fix : glide version match other module

Shan-PC\Shan 7 år sedan
förälder
incheckning
992516feb7
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -53,6 +53,6 @@ dependencies {
     testCompile 'junit:junit:4.12'
 
     //glide
-    compile 'com.github.bumptech.glide:glide:4.1.1'
+    compile 'com.github.bumptech.glide:glide:3.7.0'
     annotationProcessor 'com.github.bumptech.glide:compiler:4.1.1'
 }