Skip to content

Commit

Permalink
Fix issue #1 - upgrade to latest ddmlib
Browse files Browse the repository at this point in the history
New groupid...
  • Loading branch information
rtyley committed May 22, 2013
1 parent 74958e9 commit e709382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paparazzo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>com.android.ddmlib</groupId>
<groupId>com.android.tools.ddms</groupId>
<artifactId>ddmlib</artifactId>
<version>r16</version>
<version>22.0</version>
</dependency>
<dependency>
<groupId>com.madgag</groupId>
Expand Down

0 comments on commit e709382

Please sign in to comment.