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 a1b0d93 commit 509eb8fCopy full SHA for 509eb8f
lottie/build.gradle
@@ -19,12 +19,14 @@ android {
19
}
20
21
dependencies {
22
- androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
23
- exclude group: 'com.android.support', module: 'support-annotations'
24
- })
25
compile 'com.android.support:appcompat-v7:25.1.1'
+
26
testCompile 'junit:junit:4.12'
27
testCompile "org.robolectric:robolectric:3.1.2"
+ androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
28
+ exclude group: 'com.android.support', module: 'support-annotations'
29
+ })
30
31
32
task javadoc(type: Javadoc) {
0 commit comments