Merge pull request #2351 from gedoor/cronet

Bump cronet from 106.0.5249.65 to 106.0.5249.79
pull/2361/head
kunfei 2 years ago committed by GitHub
commit ddc33a9e05
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_64":"74ea18a90451c8e224c8681d882b7e50","armeabi-v7a":"bf5207a8e5468058c448876d46394e2c","arm64-v8a":"580ab3f059d60f3223a83f51bf845dfd","x86":"381ed72dbb89c613428e1ebb09870318","version":"106.0.5249.65"} {"x86_64":"c27a3027ec4c8eba8ba5a2aab547eb04","armeabi-v7a":"b3e0bccf799324ea4177c9e1752b02f1","arm64-v8a":"8cfa3bfe215024cf486d1cffeed87241","x86":"461acafc8701b6b74f8a6b2c024d434e","version":"106.0.5249.79"}

@ -13,6 +13,7 @@
**2022/09/28** **2022/09/28**
* 更新cronet: 106.0.5249.79
* 更新cronet: 106.0.5249.65 * 更新cronet: 106.0.5249.65
* 正文选择菜单朗读按钮长按可切换朗读选择内容和从选择开始处一直朗读 * 正文选择菜单朗读按钮长按可切换朗读选择内容和从选择开始处一直朗读
* 修复某些情况下无法搜索到标题的bug,净化规则较多的可能会降低搜索速度 * 修复某些情况下无法搜索到标题的bug,净化规则较多的可能会降低搜索速度

@ -27,6 +27,6 @@ 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=106.0.5249.65 CronetVersion=106.0.5249.79
android.injected.testOnly=false android.injected.testOnly=false
Loading…
Cancel
Save