Skip to content

Commit

Permalink
Merge pull request #47 from JoshuaYin/master
Browse files Browse the repository at this point in the history
MimeTypeUtil兼容android接入
  • Loading branch information
joshua.yin authored Oct 30, 2020
2 parents d357ba0 + 56c073a commit 3874d9d
Show file tree
Hide file tree
Showing 8 changed files with 256 additions and 267 deletions.
2 changes: 1 addition & 1 deletion ufile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>cn.ucloud.ufile</groupId>
<artifactId>ufile</artifactId>
<packaging>pom</packaging>
<version>2.6.2</version>
<version>2.6.3</version>

<modules>
<module>ufile-core</module>
Expand Down
Binary file modified ufile/ufile-client-java/apidocs.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions ufile/ufile-client-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<artifactId>ufile</artifactId>
<groupId>cn.ucloud.ufile</groupId>
<version>2.6.2</version>
<version>2.6.3</version>
</parent>

<artifactId>ufile-client-java</artifactId>
<version>2.6.2</version>
<version>2.6.3</version>

<dependencies>
<dependency>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>cn.ucloud.ufile</groupId>
<artifactId>ufile-core</artifactId>
<version>2.6.2</version>
<version>2.6.3</version>
</dependency>
</dependencies>

Expand Down

Large diffs are not rendered by default.

245 changes: 0 additions & 245 deletions ufile/ufile-client-java/src/main/resources/mime-type.json

This file was deleted.

Binary file modified ufile/ufile-core/apidocs.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions ufile/ufile-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>cn.ucloud.ufile</groupId>
<artifactId>ufile</artifactId>
<version>2.6.2</version>
<version>2.6.3</version>
</parent>

<artifactId>ufile-core</artifactId>
<version>2.6.2</version>
<version>2.6.3</version>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @date: 2018/11/22 15:00
*/
public class UfileConstants {
public static final String SDK_VERSION = "2.6.2";
public static final String SDK_VERSION = "2.6.3";
/**
* 默认分片大小(4MB)
*/
Expand Down

0 comments on commit 3874d9d

Please sign in to comment.