aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2015-02-24 15:06:19 -0800
committerKoushik Dutta <koushd@gmail.com>2015-02-24 15:06:19 -0800
commit453a7f978a0076708ef35037dd2f05a729866c64 (patch)
tree2db418b9a65e9159778ac0ec2f49a1bc1c3036d5
parent7b12b29536ebc08c2c790a1f16b2cd369fb6eb14 (diff)
downloadAndroidAsync-453a7f978a0076708ef35037dd2f05a729866c64.tar.gz
AndroidAsync-453a7f978a0076708ef35037dd2f05a729866c64.tar.bz2
AndroidAsync-453a7f978a0076708ef35037dd2f05a729866c64.zip
208
-rw-r--r--AndroidAsync/AndroidManifest.xml4
-rw-r--r--AndroidAsyncStetho/AndroidManifest.xml4
-rw-r--r--AndroidAsyncStetho/README.md7
3 files changed, 11 insertions, 4 deletions
diff --git a/AndroidAsync/AndroidManifest.xml b/AndroidAsync/AndroidManifest.xml
index 13c0611..642646a 100644
--- a/AndroidAsync/AndroidManifest.xml
+++ b/AndroidAsync/AndroidManifest.xml
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.koushikdutta.async"
- android:versionCode="207"
- android:versionName="2.0.7">
+ android:versionCode="208"
+ android:versionName="2.0.8">
<uses-permission android:name="android.permission.INTERNET"/>
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