We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ec76c commit 4c2f2d1Copy full SHA for 4c2f2d1
WordPressEditor/build.gradle
@@ -3,13 +3,13 @@ buildscript {
3
mavenCentral()
4
}
5
dependencies {
6
- classpath 'com.android.tools.build:gradle:1.1.0'
7
- 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'
8
9
10
11
apply plugin: 'com.android.library'
12
-apply plugin: 'org.robolectric'
+apply plugin: 'robolectric'
13
apply plugin: 'jacoco'
14
apply plugin: 'maven'
15
apply plugin: 'signing'
0 commit comments