Quellcode durchsuchen

Fix : glide version match other module

Shan-PC\Shan vor 7 Jahren
Ursprung
Commit
992516feb7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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'
 }