浏览代码

build:支持 TLSv1.3 协议

- 在 gradle-wrapper.properties 文件中更新系统属性
- 增加 TLSv1.3 到 https.protocols 配置项,与 TLSv1.2 一起支持
xuqm 4 天之前
父节点
当前提交
ea5d60db1f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      android/gradle/wrapper/gradle-wrapper.properties

+ 1 - 1
android/gradle/wrapper/gradle-wrapper.properties

@@ -5,4 +5,4 @@ networkTimeout=10000
 validateDistributionUrl=true
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-systemProp.https.protocols=TLSv1.2
+systemProp.https.protocols=TLSv1.2, TLSv1.3