Skip to content

Commit 33e94d2

Browse files
authored
Merge pull request #357 from JemyCheung/https
default use https [ci skip]
2 parents 744d8f2 + 6ab2280 commit 33e94d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/qiniu/android/storage/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public static class Builder {
116116
private KeyGenerator keyGen = null;
117117
private ProxyConfiguration proxy = null;
118118

119-
private boolean useHttps = false;
119+
private boolean useHttps = true;
120120
private int chunkSize = 2 * 1024 * 1024;
121121
private int putThreshold = 4 * 1024 * 1024;
122122
private int connectTimeout = 10;

0 commit comments

Comments
 (0)