aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidAsyncStetho/AndroidAsyncStetho.iml2
-rw-r--r--AndroidAsyncStetho/AndroidManifest.xml2
-rw-r--r--AndroidAsyncStetho/build.gradle2
3 files changed, 4 insertions, 2 deletions
diff --git a/AndroidAsyncStetho/AndroidAsyncStetho.iml b/AndroidAsyncStetho/AndroidAsyncStetho.iml
index 3bad7bc..adc2d4e 100644
--- a/AndroidAsyncStetho/AndroidAsyncStetho.iml
+++ b/AndroidAsyncStetho/AndroidAsyncStetho.iml
@@ -81,7 +81,9 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
+ <excludeFolder url="file://$MODULE_DIR$/build/libs" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
+ <excludeFolder url="file://$MODULE_DIR$/build/poms" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
diff --git a/AndroidAsyncStetho/AndroidManifest.xml b/AndroidAsyncStetho/AndroidManifest.xml
index 2146fce..642646a 100644
--- a/AndroidAsyncStetho/AndroidManifest.xml
+++ b/AndroidAsyncStetho/AndroidManifest.xml
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.koushikdutta.async.stetho"
+ package="com.koushikdutta.async"
android:versionCode="208"
android:versionName="2.0.8">
diff --git a/AndroidAsyncStetho/build.gradle b/AndroidAsyncStetho/build.gradle
index a68fcee..eabcaf2 100644
--- a/AndroidAsyncStetho/build.gradle
+++ b/AndroidAsyncStetho/build.gradle
@@ -10,7 +10,7 @@ apply plugin: 'com.android.library'
dependencies {
compile project(':AndroidAsync:AndroidAsync')
- compile "com.facebook.stetho:stetho:+"
+ compile "com.facebook.stetho:stetho:1.0.0"
}
android {