aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsyncStetho
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidAsyncStetho')
-rw-r--r--AndroidAsyncStetho/AndroidManifest.xml4
-rw-r--r--AndroidAsyncStetho/README.md7
2 files changed, 9 insertions, 2 deletions
diff --git a/AndroidAsyncStetho/AndroidManifest.xml b/AndroidAsyncStetho/AndroidManifest.xml
index 691994e..2146fce 100644
--- a/AndroidAsyncStetho/AndroidManifest.xml
+++ b/AndroidAsyncStetho/AndroidManifest.xml
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.koushikdutta.async.stetho"
- android:versionCode="206"
- android:versionName="2.0.6">
+ android:versionCode="208"
+ android:versionName="2.0.8">
<uses-permission android:name="android.permission.INTERNET"/>
diff --git a/AndroidAsyncStetho/README.md b/AndroidAsyncStetho/README.md
new file mode 100644
index 0000000..fb45234
--- /dev/null
+++ b/AndroidAsyncStetho/README.md
@@ -0,0 +1,7 @@
+ Stetho.initialize(
+ Stetho.newInitializerBuilder(this)
+ .enableDumpapp(Stetho.defaultDumperPluginsProvider(this))
+ .enableWebKitInspector(Stetho.defaultInspectorModulesProvider(this))
+ .build());
+ Ion.getDefault(this).getHttpClient().getMiddleware()
+ .add(new StethoMiddleware()); \ No newline at end of file