Jelajahi Sumber

Fix : glide version match other module

Shan-PC\Shan 7 tahun lalu
induk
melakukan
992516feb7
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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'
 }