瀏覽代碼

Fix : glide version match other module

Shan-PC\Shan 7 年之前
父節點
當前提交
992516feb7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'
 }