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 e186a97 commit 3155cc4Copy full SHA for 3155cc4
pom.xml
@@ -25,6 +25,11 @@
25
<adb.folder.macosx>${adb.folder}/macosx</adb.folder.macosx>
26
</properties>
27
<dependencies>
28
+ <dependency>
29
+ <groupId>javax.annotation</groupId>
30
+ <artifactId>javax.annotation-api</artifactId>
31
+ <version>1.3.2</version>
32
+ </dependency>
33
<dependency>
34
<groupId>com.android.tools.ddms</groupId>
35
<artifactId>ddmlib</artifactId>
0 commit comments