Merge pull request #2277 from gedoor/cronet

Bump cronet from 105.0.5195.79 to 105.0.5195.124
pull/2280/head
kunfei 2 years ago committed by GitHub
commit 2309a9a028
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 @@
{"arm64-v8a":"27f6651b39339e6734e7ca63a9c9022b","armeabi-v7a":"abbf91c8b8f3dd02a4bda8872e3b9b98","x86_64":"d6923e011add8b18a824ef5a7c85772e","x86":"ba27795b663a8420790da40d40b99f96","version":"105.0.5195.79"} {"arm64-v8a":"f1553e6cca2e93c576aeb2be2951de9f","armeabi-v7a":"4538d31439c161ea7d2e6ec10387049b","x86_64":"d0efe4885e1095aebd6ceb430a8bffb4","x86":"521bce91aa6a107e4d50397cf2312ba3","version":"105.0.5195.124"}

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

@ -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.79 CronetVersion=105.0.5195.124
android.injected.testOnly=false android.injected.testOnly=false
Loading…
Cancel
Save