Browse Source

1:修复加载图片崩溃的bug;

guiying712 8 years ago
parent
commit
1483376839
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib_common/src/main/AndroidManifest.xml

+ 1 - 1
lib_common/src/main/AndroidManifest.xml

@@ -16,7 +16,7 @@
 
     <application>
         <meta-data
-            android:name=".glide.OkHttpGlideModule"
+            android:name="com.guiying.module.common.glide.OkHttpGlideModule"
             android:value="GlideModule" />
 
     </application>