diff --git a/app/cronetlib/cronet_api.jar b/app/cronetlib/cronet_api.jar index 8821b6e68..1a4d828cc 100644 Binary files a/app/cronetlib/cronet_api.jar and b/app/cronetlib/cronet_api.jar differ diff --git a/app/cronetlib/cronet_impl_common_java.jar b/app/cronetlib/cronet_impl_common_java.jar index 12873e043..be7596ce2 100644 Binary files a/app/cronetlib/cronet_impl_common_java.jar and b/app/cronetlib/cronet_impl_common_java.jar differ diff --git a/app/src/main/assets/cronet.json b/app/src/main/assets/cronet.json index d40aa0418..cec8f3a11 100644 --- a/app/src/main/assets/cronet.json +++ b/app/src/main/assets/cronet.json @@ -1 +1 @@ -{"arm64-v8a":"18f67a75cf9414ceb0a330ccbbe8f08d","x86":"fde0d57b102473f9efe9914df873308b","armeabi-v7a":"b6cbbbffa950dc6c35113c15f78028d9","x86_64":"ed569708fcc3bf76683e83f4881dab12","version":"108.0.5359.61"} \ No newline at end of file +{"arm64-v8a":"058de191e7809cf95c2e4b5f241ef37a","x86":"bbb9367382f6273d142b81639600548a","armeabi-v7a":"1e6682e663cdd031fe6bfc1b8c1f2bfa","x86_64":"72057381cd21230b53953694bc1cfa2e","version":"108.0.5359.79"} \ No newline at end of file diff --git a/app/src/main/assets/updateLog.md b/app/src/main/assets/updateLog.md index 31c284a0d..4e6b36e3c 100644 --- a/app/src/main/assets/updateLog.md +++ b/app/src/main/assets/updateLog.md @@ -13,6 +13,7 @@ **2022/12/01** +* 更新cronet: 108.0.5359.79 * 更新cronet: 108.0.5359.61 * 修复验证码同一网址不刷新的bug * 一些优化 diff --git a/gradle.properties b/gradle.properties index 4737eb86a..b6fe5cabd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -35,6 +35,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.61 +CronetVersion=108.0.5359.79 CronetMainVersion=108.0.0.0 android.injected.testOnly=false