Skip to content

Commit af5618a

Browse files
committed
fix up some derpage for sonatype
1 parent 9f2ff8e commit af5618a

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

AndroidAsyncStetho/AndroidAsyncStetho.iml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@
8181
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
8282
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
8383
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
84+
<excludeFolder url="file://$MODULE_DIR$/build/libs" />
8485
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
86+
<excludeFolder url="file://$MODULE_DIR$/build/poms" />
8587
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
8688
</content>
8789
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />

AndroidAsyncStetho/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.koushikdutta.async.stetho"
2+
package="com.koushikdutta.async"
33
android:versionCode="208"
44
android:versionName="2.0.8">
55

AndroidAsyncStetho/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apply plugin: 'com.android.library'
1010

1111
dependencies {
1212
compile project(':AndroidAsync:AndroidAsync')
13-
compile "com.facebook.stetho:stetho:+"
13+
compile "com.facebook.stetho:stetho:1.0.0"
1414
}
1515

1616
android {

0 commit comments

Comments
 (0)