Skip to content

Commit

Permalink
Merge pull request #21 from jasta/maven-pedantic
Browse files Browse the repository at this point in the history
Comply with Maven Central policies
  • Loading branch information
jasta committed Feb 18, 2015
2 parents d22229d + f0a0b83 commit 3786100
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ afterEvaluate { project ->
name POM_NAME
artifactId POM_ARTIFACT_ID
packaging POM_PACKAGING
description 'Stetho Debugging Platform for Android'
url 'https://github.com/facebook/stetho'

scm {
Expand All @@ -86,6 +87,13 @@ afterEvaluate { project ->
distribution 'repo'
}
}

developers {
developer {
id 'facebook'
name 'Facebook'
}
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion stetho-okhttp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
compile project(':stetho')
compile 'com.google.code.findbugs:jsr305:2.0.1'
//noinspection GradleDynamicVersion
compile 'com.squareup.okhttp:okhttp:2.2.0+'
compile 'com.squareup.okhttp:okhttp:[2,3)'

androidTestCompile 'junit:junit:4.12'
androidTestCompile('org.robolectric:robolectric:2.4') {
Expand Down

0 comments on commit 3786100

Please sign in to comment.