Skip to content

Commit

Permalink
Downgrading plugin, tests aren't working with the new tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyr59h committed Apr 9, 2015
1 parent 17ec76c commit 4c2f2d1
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.1.0'
classpath 'org.robolectric:robolectric-gradle-plugin:1.0.0'
classpath 'com.android.tools.build:gradle:1.0.0'
classpath 'org.robolectric:robolectric-gradle-plugin:0.14.1'
}
}

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

0 comments on commit 4c2f2d1

Please sign in to comment.