This commit is contained in:
Sergey Solovyev
2013-06-18 14:39:20 +04:00
parent 4840b6e25b
commit 072ee452ad
9 changed files with 52 additions and 51 deletions

View File

@@ -59,6 +59,17 @@
<artifactId>support-v4</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>robolectric</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>