Merge remote-tracking branch 'origin/master'

pull/1705/head
kunfei 3 years ago
commit 29cba0f41f
  1. 3
      app/build.gradle
  2. BIN
      app/cronetlib/cronet_api.jar
  3. BIN
      app/cronetlib/cronet_impl_common_java.jar
  4. BIN
      app/cronetlib/cronet_impl_native_java.jar
  5. BIN
      app/cronetlib/cronet_impl_platform_java.jar
  6. 2
      app/download.gradle
  7. 2
      app/src/main/assets/cronet.json
  8. 3
      gradle.properties

@ -29,6 +29,9 @@ android {
keyPassword RELEASE_KEY_PASSWORD
v1SigningEnabled true
v2SigningEnabled true
enableV3Signing = true
enableV4Signing = true
}
}
}

Binary file not shown.

@ -37,7 +37,7 @@ task downloadJar(type: Download) {
])
dest libPath
overwrite true
onlyIfModified true
onlyIfModified false
}
/**
* Cronet的arm64-v8a so

@ -1 +1 @@
{"x86":"1fdeb6068adf33655ba73e703b744b36","armeabi-v7a":"ac543f4218fe1a679e09c510583d93fa","x86_64":"4c12de088cf2c51b754ceea224bb5cc9","arm64-v8a":"99784a12b0ff18d6b7752c7488626f5b","version":"99.0.4844.48"}
{"arm64-v8a":"df27e27ee769fd817c1ad6f2f6378abd","armeabi-v7a":"c4746896e8f23a88098655779ee9caa5","x86":"9b3028a8d79cc3646ba20f51fc0ea175","x86_64":"845c50a84451ee9a92bb6ac223e2554b","version":"99.0.4844.58"}

@ -22,4 +22,5 @@ kotlin.code.style=official
android.enableResourceOptimizations=true
CronetVersion=99.0.4844.48
#https://chromiumdash.appspot.com/releases?platform=Android
CronetVersion=99.0.4844.58

Loading…
Cancel
Save