Skip to content

Commit

Permalink
Merge pull request square#66 from square/py/no_index
Browse files Browse the repository at this point in the history
Don't save index file
  • Loading branch information
pyricau committed May 12, 2015
2 parents cd40910 + 428136b commit 2b146ca
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 2b146ca

Please sign in to comment.