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 6954460 commit a1ac734Copy full SHA for a1ac734
library/pom.xml
@@ -17,15 +17,15 @@
17
<!-- Robolectric -->
18
<!-- These must be above Android so the dependency order is correct -->
19
<dependency>
20
- <groupId>com.squareup</groupId>
21
- <artifactId>fest-android</artifactId>
22
- <version>1.0.7</version>
+ <groupId>com.squareup.assertj</groupId>
+ <artifactId>assertj-android</artifactId>
+ <version>1.0.0</version>
23
<scope>test</scope>
24
</dependency>
25
26
<groupId>org.robolectric</groupId>
27
<artifactId>robolectric</artifactId>
28
- <version>2.1.1</version>
+ <version>2.4</version>
29
30
31
0 commit comments