We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138ce30 commit b09b2cdCopy full SHA for b09b2cd
app/src/main/java/org/lzh/framework/updateplugin/MyApplication.java
@@ -1,12 +1,8 @@
1
package org.lzh.framework.updateplugin;
2
3
import android.app.Application;
4
-import android.content.Context;
5
import android.widget.Toast;
6
7
-import com.squareup.leakcanary.LeakCanary;
8
-import com.squareup.leakcanary.RefWatcher;
9
-
10
import org.lzh.framework.updatepluginlib.UpdateConfig;
11
import org.lzh.framework.updatepluginlib.callback.EmptyCheckCB;
12
import org.lzh.framework.updatepluginlib.callback.EmptyDownloadCB;
0 commit comments