소스 검색

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'
 }