Bump cronet from 106.0.5249.79 to 106.0.5249.118

- Changes in the [Git log](https://chromium.googlesource.com/chromium/src/+log/106.0.5249.79..106.0.5249.118)
pull/2410/head
gedoor 2 years ago committed by GitHub
parent 6256e78f5f
commit 809df93185
  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":"c27a3027ec4c8eba8ba5a2aab547eb04","armeabi-v7a":"b3e0bccf799324ea4177c9e1752b02f1","arm64-v8a":"8cfa3bfe215024cf486d1cffeed87241","x86":"461acafc8701b6b74f8a6b2c024d434e","version":"106.0.5249.79"}
{"x86_64":"1f2c49a5b29e4915fcae288d9b641b53","armeabi-v7a":"e738c426618e98d8b09f060036f55cbe","arm64-v8a":"39f6a58b1a34886e374e6a916415b9b5","x86":"dc333c4c0909cc08481e04ca8bf6cd4e","version":"106.0.5249.118"}

@ -13,6 +13,7 @@
**2022/10/09**
* 更新cronet: 106.0.5249.118
* 添加源编辑输入框最大行数设置
* 添加正文阅读界面进度条(本章/整本)设置 by 821938089
* 优化下拉加载更多相关界面

@ -35,5 +35,5 @@ android.defaults.buildfeatures.shaders=false
# and none from the library's dependencies, thereby reducing the size of the R class for that library.
android.nonTransitiveRClass=true
#https://chromiumdash.appspot.com/releases?platform=Android
CronetVersion=106.0.5249.79
CronetVersion=106.0.5249.118
android.injected.testOnly=false
Loading…
Cancel
Save