Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jugarrit committed May 25, 2016
1 parent 3f13976 commit 641dac4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Binary file removed core/core-3.1.1.aar
Binary file not shown.
Binary file not shown.
Binary file added core/core-3.2.0.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion core/core-3.1.1.pom → core/core-3.2.0.pom
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.smooch</groupId>
<artifactId>core</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<packaging>aar</packaging>
<name>Smooch</name>
<url>http://smooch.io</url>
Expand Down
Binary file removed ui/smooch-3.1.1-javadoc.jar
Binary file not shown.
Binary file added ui/smooch-3.2.0-javadoc.jar
Binary file not shown.
Binary file renamed ui/ui-3.1.1.aar → ui/ui-3.2.0.aar
Binary file not shown.
14 changes: 7 additions & 7 deletions ui/ui-3.1.1.pom → ui/ui-3.2.0.pom
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.smooch</groupId>
<artifactId>ui</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<packaging>aar</packaging>
<name>Smooch</name>
<url>http://smooch.io</url>
Expand All @@ -15,18 +15,18 @@
<version>22.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.smooch</groupId>
<artifactId>core</artifactId>
<version>3.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.davemorrissey.labs</groupId>
<artifactId>subsampling-scale-image-view</artifactId>
<version>3.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.smooch</groupId>
<artifactId>core</artifactId>
<version>3.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.nostra13.universalimageloader</groupId>
<artifactId>universal-image-loader</artifactId>
Expand Down

0 comments on commit 641dac4

Please sign in to comment.