Merge pull request #2084 from gedoor/cronet

Bump cronet from 103.0.5060.71 to 103.0.5060.129
pull/2086/head
kunfei 2 years ago committed by GitHub
commit f04676d21b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. BIN
      app/cronetlib/cronet_api.jar
  2. BIN
      app/cronetlib/cronet_impl_common_java.jar
  3. 2
      app/src/main/assets/cronet.json
  4. 1
      app/src/main/assets/updateLog.md
  5. 2
      gradle.properties

Binary file not shown.

@ -1 +1 @@
{"x86":"1101b38ad9f6f3b4b22158ed2eb37b64","armeabi-v7a":"0637f67ae615b85f701f737147e42cc2","arm64-v8a":"75bad29cb785d7139a36fbfc6a78c5c8","x86_64":"fb9fb82875f55fed68f0f8e62baa7769","version":"103.0.5060.71"} {"armeabi-v7a":"2001ec065243c76166fe5cc3c7ee2657","x86":"6d1301e1dc1c63eedd6ad9d57716972f","arm64-v8a":"ff861c88eaa622eba7f8a7af0672352b","x86_64":"5eb49453ef59221deaee4913a0d693b6","version":"103.0.5060.129"}

@ -13,6 +13,7 @@
**2022/07/17** **2022/07/17**
* 更新cronet: 103.0.5060.129
* 修复登陆界面部分网页按钮无反应问题 * 修复登陆界面部分网页按钮无反应问题
**2022/07/16** **2022/07/16**

@ -26,4 +26,4 @@ android.experimental.enableNewResourceShrinker.preciseShrinking=true
# and none from the library's dependencies, thereby reducing the size of the R class for that library. # and none from the library's dependencies, thereby reducing the size of the R class for that library.
android.nonTransitiveRClass=true android.nonTransitiveRClass=true
#https://chromiumdash.appspot.com/releases?platform=Android #https://chromiumdash.appspot.com/releases?platform=Android
CronetVersion=103.0.5060.71 CronetVersion=103.0.5060.129

Loading…
Cancel
Save