提交 29d5fff5 编写于 作者: J JessYan

Add DEPENDENCY_GLIDE to Platform

上级 e808dcf8
......@@ -25,10 +25,12 @@ package com.jess.arms.base;
public class Platform {
public static final boolean DEPENDENCY_AUTO_LAYOUT;
public static final boolean DEPENDENCY_SUPPORT_DESIGN;
public static final boolean DEPENDENCY_GLIDE;
static {
DEPENDENCY_AUTO_LAYOUT = findClassByClassName("com.zhy.autolayout.AutoLayoutInfo");
DEPENDENCY_SUPPORT_DESIGN = findClassByClassName("android.support.design.widget.Snackbar");
DEPENDENCY_GLIDE = findClassByClassName("com.bumptech.glide.Glide");
}
private static boolean findClassByClassName(String className) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册