mirror of
https://github.com/leanote/leanote-android.git
synced 2025-10-18 08:24:14 +00:00
import stetho
This commit is contained in:
@@ -68,4 +68,5 @@ dependencies {
|
||||
compile 'jp.wasabeef:glide-transformations:2.0.1'
|
||||
compile 'com.android.support:support-v13:24.1.0'
|
||||
compile project(':img-selector')
|
||||
compile 'com.facebook.stetho:stetho:1.4.1'
|
||||
}
|
||||
|
@@ -4,6 +4,7 @@ package org.houxg.leanotelite;
|
||||
import android.app.Application;
|
||||
import android.content.Context;
|
||||
|
||||
import com.facebook.stetho.Stetho;
|
||||
import com.raizlabs.android.dbflow.config.FlowConfig;
|
||||
import com.raizlabs.android.dbflow.config.FlowManager;
|
||||
|
||||
@@ -27,5 +28,6 @@ public class LeanoteLite extends Application {
|
||||
.throwSubscriberException(true)
|
||||
.installDefaultEventBus();
|
||||
FlowManager.init(new FlowConfig.Builder(this).build());
|
||||
Stetho.initializeWithDefaults(this);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user