diff --git a/app/cronetlib/cronet_api.jar b/app/cronetlib/cronet_api.jar index c1eb1c004..27b4ea4e7 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 2df34dd51..c52da2321 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/cronetlib/cronet_impl_native_java.jar b/app/cronetlib/cronet_impl_native_java.jar index 68fd5122a..17e79b8f3 100644 Binary files a/app/cronetlib/cronet_impl_native_java.jar and b/app/cronetlib/cronet_impl_native_java.jar differ diff --git a/app/cronetlib/cronet_impl_platform_java.jar b/app/cronetlib/cronet_impl_platform_java.jar index b9baf4539..fa04cbc84 100644 Binary files a/app/cronetlib/cronet_impl_platform_java.jar and b/app/cronetlib/cronet_impl_platform_java.jar differ diff --git a/app/src/main/assets/cronet.json b/app/src/main/assets/cronet.json index 283c04a36..9b880bf08 100644 --- a/app/src/main/assets/cronet.json +++ b/app/src/main/assets/cronet.json @@ -1 +1 @@ -{"x86_64":"54e4d9cdb8d1b4e80942388e4f265d13","arm64-v8a":"c0e2f6276c06aa4137a4a4747ebefe3f","x86":"e530e7bed75b180920742d08cbc49603","armeabi-v7a":"2ac990983083d1e2ed3cafb74c45037e","version":"112.0.5615.135"} \ No newline at end of file +{"x86_64":"0dc99aac60adf1a59f87c27dcc3110d6","x86":"4792bb318202d8e34a2f9a4da69ee372","armeabi-v7a":"72c6a274cf45ac90eabf0aec303a8ed5","arm64-v8a":"fde78ffa83893ea3112918b97b85a0e7","version":"113.0.5672.61"} \ No newline at end of file diff --git a/app/src/main/assets/updateLog.md b/app/src/main/assets/updateLog.md index cad40bf7d..6325d7aff 100644 --- a/app/src/main/assets/updateLog.md +++ b/app/src/main/assets/updateLog.md @@ -13,6 +13,7 @@ * 漫画源看书显示乱码,**阅读与其他软件的源并不通用**,请导入阅读的支持的漫画源! **2023/04/18** +* 更新cronet: 113.0.5672.61 * 文件类书源文件后缀识别:自动识别失败后会读取下载链接UrlOption的type字段 ``` https://www.example.com/file/ajzjxhxjncnc, {type: "txt"} diff --git a/gradle.properties b/gradle.properties index 5546b89fa..e4fb9c958 100644 --- a/gradle.properties +++ b/gradle.properties @@ -39,7 +39,7 @@ 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=112.0.5615.135 -CronetMainVersion=112.0.0.0 +CronetVersion=113.0.5672.61 +CronetMainVersion=113.0.0.0 android.injected.testOnly=false android.nonFinalResIds=false \ No newline at end of file