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 781371b commit 56f0ec7Copy full SHA for 56f0ec7
FFmpegAndroid/build.gradle
@@ -1,5 +1,4 @@
1
apply plugin: 'com.android.library'
2
-apply plugin: 'robolectric'
3
4
android {
5
compileSdkVersion 19
build.gradle
@@ -6,7 +6,6 @@ buildscript {
6
}
7
dependencies {
8
classpath 'com.android.tools.build:gradle:0.12.2'
9
- classpath 'org.robolectric:robolectric-gradle-plugin:0.12.+'
10
11
// NOTE: Do not place your application dependencies here; they belong
12
// in the individual module build.gradle files
0 commit comments