Bump cronet from 105.0.5195.124 to 105.0.5195.136

- Changes in the [Git log](https://chromium.googlesource.com/chromium/src/+log/105.0.5195.124..105.0.5195.136)
pull/2280/head
gedoor 2 years ago committed by GitHub
parent 2fa7b5e17c
commit 33391ac2d8
  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 @@
{"arm64-v8a":"f1553e6cca2e93c576aeb2be2951de9f","armeabi-v7a":"4538d31439c161ea7d2e6ec10387049b","x86_64":"d0efe4885e1095aebd6ceb430a8bffb4","x86":"521bce91aa6a107e4d50397cf2312ba3","version":"105.0.5195.124"} {"arm64-v8a":"627ece1fa490a4ce468ba2a476161d29","armeabi-v7a":"9f60f3cdbc36e23e9d8c87876cd4886a","x86_64":"384ce504022980d5521dea70947c189e","x86":"45776cfd068220270b46f68c9da5e877","version":"105.0.5195.136"}

@ -13,6 +13,7 @@
**2022/09/13** **2022/09/13**
* 更新cronet: 105.0.5195.136
* 更新cronet: 105.0.5195.124 * 更新cronet: 105.0.5195.124
* SDK 更新到 33 * SDK 更新到 33
* 自带的未分组包含本地和音频未分组 * 自带的未分组包含本地和音频未分组

@ -26,6 +26,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=105.0.5195.124 CronetVersion=105.0.5195.136
android.injected.testOnly=false android.injected.testOnly=false
Loading…
Cancel
Save