소스 검색

build:支持 TLSv1.3 协议

- 在 gradle-wrapper.properties 文件中更新系统属性
- 增加 TLSv1.3 到 https.protocols 配置项,与 TLSv1.2 一起支持
xuqm 3 일 전
부모
커밋
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