[go: nahoru, domu]

Skip to content

Commit

Permalink
Updating robolectric-gradle-plugin and the Android gradle build plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyr59h committed Apr 9, 2015
1 parent 201f7e7 commit 17ec76c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WordPressEditor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
classpath 'org.robolectric:robolectric-gradle-plugin:0.14.1'
classpath 'com.android.tools.build:gradle:1.1.0'
classpath 'org.robolectric:robolectric-gradle-plugin:1.0.0'
}
}

apply plugin: 'com.android.library'
apply plugin: 'robolectric'
apply plugin: 'org.robolectric'
apply plugin: 'jacoco'
apply plugin: 'maven'
apply plugin: 'signing'
Expand Down

0 comments on commit 17ec76c

Please sign in to comment.