File tree Expand file tree Collapse file tree 9 files changed +14
-14
lines changed
src/main/java/cn/ucloud/ufile/bean
src/main/java/cn/ucloud/ufile Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 25
25
<dependency >
26
26
<groupId >cn.ucloud.ufile</groupId >
27
27
<artifactId >ufile-client-java</artifactId >
28
- <version >2.4.3 </version >
28
+ <version >2.4.4 </version >
29
29
</dependency >
30
30
```
31
31
36
36
/*
37
37
* your other dependencies
38
38
*/
39
- implementation 'cn.ucloud.ufile:ufile-client-java:2.4.3 '
39
+ implementation 'cn.ucloud.ufile:ufile-client-java:2.4.4 '
40
40
}
41
41
```
42
42
Original file line number Diff line number Diff line change 26
26
<dependency >
27
27
<groupId >cn.ucloud.ufile</groupId >
28
28
<artifactId >ufile-client-java</artifactId >
29
- <version >2.4.3 </version >
29
+ <version >2.4.4 </version >
30
30
</dependency >
31
31
</dependencies >
32
32
Original file line number Diff line number Diff line change 7
7
<groupId >cn.ucloud.ufile</groupId >
8
8
<artifactId >ufile</artifactId >
9
9
<packaging >pom</packaging >
10
- <version >2.4.3 </version >
10
+ <version >2.4.4 </version >
11
11
12
12
<modules >
13
13
<module >ufile-core</module >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >ufile</artifactId >
8
8
<groupId >cn.ucloud.ufile</groupId >
9
- <version >2.4.3 </version >
9
+ <version >2.4.4 </version >
10
10
</parent >
11
11
12
12
<artifactId >ufile-client-java</artifactId >
13
- <version >2.4.3 </version >
13
+ <version >2.4.4 </version >
14
14
15
15
<dependencies >
16
16
<dependency >
26
26
<dependency >
27
27
<groupId >cn.ucloud.ufile</groupId >
28
28
<artifactId >ufile-core</artifactId >
29
- <version >2.4.3 </version >
29
+ <version >2.4.4 </version >
30
30
</dependency >
31
31
</dependencies >
32
32
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public class MultiUploadResponse extends BaseResponseBean {
15
15
@ SerializedName ("Key" )
16
16
private String keyName ;
17
17
@ SerializedName ("FileSize" )
18
- private int fileSize ;
18
+ private long fileSize ;
19
19
@ SerializedName ("ETag" )
20
20
protected String eTag ;
21
21
@@ -41,11 +41,11 @@ public void setKeyName(String keyName) {
41
41
this .keyName = keyName ;
42
42
}
43
43
44
- public int getFileSize () {
44
+ public long getFileSize () {
45
45
return fileSize ;
46
46
}
47
47
48
- public void setFileSize (int fileSize ) {
48
+ public void setFileSize (long fileSize ) {
49
49
this .fileSize = fileSize ;
50
50
}
51
51
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<parent >
7
- <artifactId >ufile</artifactId >
8
7
<groupId >cn.ucloud.ufile</groupId >
9
- <version >2.4.3</version >
8
+ <artifactId >ufile</artifactId >
9
+ <version >2.4.4</version >
10
10
</parent >
11
11
12
12
<artifactId >ufile-core</artifactId >
13
- <version >2.4.3 </version >
13
+ <version >2.4.4 </version >
14
14
15
15
<dependencies >
16
16
<dependency >
Original file line number Diff line number Diff line change 6
6
* @date: 2018/11/22 15:00
7
7
*/
8
8
public class UfileConstants {
9
- public static final String SDK_VERSION = "2.4.3 " ;
9
+ public static final String SDK_VERSION = "2.4.4 " ;
10
10
/**
11
11
* 默认分片大小(4MB)
12
12
*/
You can’t perform that action at this time.
0 commit comments