Skip to content

Commit 509eb8f

Browse files
author
Gabriel Peal
committed
Rearranged build.gradle
1 parent a1b0d93 commit 509eb8f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lottie/build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ android {
1919
}
2020

2121
dependencies {
22-
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
23-
exclude group: 'com.android.support', module: 'support-annotations'
24-
})
2522
compile 'com.android.support:appcompat-v7:25.1.1'
23+
2624
testCompile 'junit:junit:4.12'
2725
testCompile "org.robolectric:robolectric:3.1.2"
26+
27+
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
28+
exclude group: 'com.android.support', module: 'support-annotations'
29+
})
2830
}
2931

3032
task javadoc(type: Javadoc) {

0 commit comments

Comments
 (0)