added android-test as a dependency to resolve build problems

This commit is contained in:
Tom Hennen 2013-08-13 08:49:39 -04:00
parent b0fdb2e8f1
commit 06f263f0c0
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,11 @@
<version>18</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.google.android</groupId>
<artifactId>android-test</artifactId>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>