Merge pull request #2779 from ag2s20150909/master

Bump cronet from 108.0.5359.128 to 109.0.5414.117
This commit is contained in:
kunfei 2023-02-09 20:46:45 +08:00 committed by GitHub
commit 4078bf9f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 10 additions and 3 deletions

Binary file not shown.

View File

@ -23,6 +23,7 @@ class BodyUploadProvider(private val body: RequestBody) : UploadDataProvider(),
private fun fillBuffer() {
try {
buffer.clear()
filled = true
body.writeTo(buffer)
buffer.flush()
} catch (e: IOException) {

View File

@ -1 +1,7 @@
{"x86":"6cdf8e3e9ced5ad7ae506245e3231d74","armeabi-v7a":"c4c855612c3cdead96702a41571f2ed3","x86_64":"afa8e7db75f19f939c9eca3b0aaa46d7","arm64-v8a":"77228743b00c1a7ee0ec722229a7c6ba","version":"108.0.5359.128"}
{
"arm64-v8a": "4c4c8dc090d4a1173fe564bb784a9249",
"armeabi-v7a": "e9e1b735e07c6a0dd15a353f73728d07",
"x86": "7dfab670462d91692685b653cf605217",
"x86_64": "59d5d3e669ed981fb9c33bca33e79021",
"version": "109.0.5414.117"
}

View File

@ -37,6 +37,6 @@ 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=108.0.5359.128
CronetMainVersion=108.0.0.0
CronetVersion=109.0.5414.117
CronetMainVersion=109.0.0.0
android.injected.testOnly=false