替换优化后SVGA库
调整部分图片加载大小:如小图标没必要加载原图,设为32x32即可 更新kotlin和gradle依赖版本
This commit is contained in:
@@ -87,6 +87,7 @@ android {
|
||||
}
|
||||
debug {
|
||||
signingConfig signingConfigs.release
|
||||
debuggable true
|
||||
}
|
||||
}
|
||||
lintOptions {
|
||||
@@ -111,7 +112,7 @@ dependencies {
|
||||
api project(':video')
|
||||
annotationProcessor rootProject.ext.dependencies["arouter-compiler"]
|
||||
|
||||
implementation rootProject.ext.dependencies["leakcanary"]
|
||||
// implementation rootProject.ext.dependencies["leakcanary"]
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -113,7 +113,6 @@ public class AppContext extends CommonAppContext {
|
||||
super.onCreate();
|
||||
//注册全局异常捕获
|
||||
//registerError();
|
||||
// ImageLoadUtils.initImageLoader(this);
|
||||
sInstance = this;
|
||||
L.setDeBug(BuildConfig.DEBUG);
|
||||
AppEventsLogger.activateApp(this);
|
||||
|
||||
Reference in New Issue
Block a user