Skip to content

Commit

Permalink
Update sdk-manager-plugin for Android SDK 24
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Feb 5, 2015
1 parent e2ee1f9 commit fb09c30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified libs/0.12.1-SNAPSHOT/gradle-plugin-0.12.1-SNAPSHOT.jar
Binary file not shown.
12 changes: 6 additions & 6 deletions libs/0.12.1-SNAPSHOT/gradle-plugin-0.12.1-SNAPSHOT.pom
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
<artifactId>gradle-plugin</artifactId>
<version>0.12.1-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>com.android.tools.build</groupId>
<artifactId>gradle</artifactId>
<version>0.12.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.rauschig</groupId>
<artifactId>jarchivelib</artifactId>
<version>0.6.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.tools.build</groupId>
<artifactId>gradle</artifactId>
<version>0.13.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert-core</artifactId>
Expand Down

0 comments on commit fb09c30

Please sign in to comment.