Skip to content

Commit

Permalink
Don't save index file
Browse files Browse the repository at this point in the history
Updating to HAHA 1.3 which doesn't save its index file any more. Will hopefully resolve #3 (although there might be other issues down the road).
  • Loading branch information
pyricau committed May 12, 2015
1 parent 10931cc commit 47fd55c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ subprojects {

repositories {
mavenCentral()
// maven {
// url 'https://oss.sonatype.org/content/repositories/snapshots/'
// }
}

buildscript {
Expand Down
2 changes: 1 addition & 1 deletion library/leakcanary-analyzer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}

dependencies {
compile 'com.squareup.haha:haha:1.2'
compile 'com.squareup.haha:haha:1.3'
compile project(':leakcanary-watcher')
testCompile 'junit:junit:4.12'
}
Expand Down

0 comments on commit 47fd55c

Please sign in to comment.