Skip to content

Commit 60ec75a

Browse files
committed
updated SDK deps, added annotatations
1 parent a0cabe1 commit 60ec75a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

+7-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343

4444
<!-- Attention - make sure that the tools version is the versions of
4545
the transitive dependencies of the builder version -->
46-
<android.builder.version>1.0.1</android.builder.version>
47-
<android.tools.version>24.0.1</android.tools.version>
46+
<android.builder.version>1.1.3</android.builder.version>
47+
<android.tools.version>24.1.3</android.tools.version>
4848
</properties>
4949

5050
<scm>
@@ -325,6 +325,11 @@
325325
</dependencyManagement>
326326

327327
<dependencies>
328+
<dependency>
329+
<groupId>com.android.tools</groupId>
330+
<artifactId>annotations</artifactId>
331+
<version>${android.tools.version}</version>
332+
</dependency>
328333
<dependency>
329334
<groupId>com.android.tools</groupId>
330335
<artifactId>common</artifactId>

0 commit comments

Comments
 (0)