Skip to content

Commit

Permalink
updated SDK deps, added annotatations
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Mar 31, 2015
1 parent a0cabe1 commit 60ec75a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Expand Up @@ -43,8 +43,8 @@

<!-- Attention - make sure that the tools version is the versions of
the transitive dependencies of the builder version -->
<android.builder.version>1.0.1</android.builder.version>
<android.tools.version>24.0.1</android.tools.version>
<android.builder.version>1.1.3</android.builder.version>
<android.tools.version>24.1.3</android.tools.version>
</properties>

<scm>
Expand Down Expand Up @@ -325,6 +325,11 @@
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.android.tools</groupId>
<artifactId>annotations</artifactId>
<version>${android.tools.version}</version>
</dependency>
<dependency>
<groupId>com.android.tools</groupId>
<artifactId>common</artifactId>
Expand Down

0 comments on commit 60ec75a

Please sign in to comment.