Skip to content

Commit

Permalink
Merge pull request #20 from erd/master
Browse files Browse the repository at this point in the history
Prepare for 0.10.0 release.
  • Loading branch information
mag committed May 7, 2014
2 parents abbe799 + 9b72291 commit 69c72a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'maven'
apply plugin: 'nexus'

group = 'org.robolectric.gradle'
version = '0.9.4-SNAPSHOT'
version = '0.10.0'

dependencies {
repositories {
Expand All @@ -22,7 +22,7 @@ dependencies {

compile gradleApi()
compile 'org.codehaus.groovy:groovy-all:2.2.+'
compile 'com.android.tools.build:gradle:0.9.0'
compile 'com.android.tools.build:gradle:0.10.0'

testCompile 'junit:junit:4.10'
testCompile 'org.easytesting:fest-assert-core:2.0M10'
Expand Down

0 comments on commit 69c72a5

Please sign in to comment.