Merge pull request #1693 from ag2s20150909/master

修复cronet启用失败
This commit is contained in:
kunfei 2022-03-07 20:32:29 +08:00 committed by GitHub
commit 7ad0bd3f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 7 additions and 3 deletions

View File

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

Binary file not shown.

View File

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

View File

@ -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"}

View File

@ -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