diff --git a/app/cronetlib/cronet_api.jar b/app/cronetlib/cronet_api.jar index 486bcedec..dd5424630 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 6ff784fe0..4f302fe72 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 a78087385..68fd5122a 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/src/main/assets/cronet.json b/app/src/main/assets/cronet.json index 6eac58615..230cb2004 100644 --- a/app/src/main/assets/cronet.json +++ b/app/src/main/assets/cronet.json @@ -1 +1 @@ -{"arm64-v8a":"e3c4d2765e0613e264e9337f25d26241","x86_64":"7a090542251c9d5e61b913e0f4756137","x86":"8212ca3f6d179b185018d4a1dc350aba","armeabi-v7a":"482a41f646a3d6c7ba6d65e520207b19","version":"111.0.5563.115"} \ No newline at end of file +{"arm64-v8a":"69eb601dfa57bb4aa067c854ebec89dc","x86_64":"a83b98c083e238de424048fec13bff1f","x86":"1672683bb10ce88915220b968383b838","armeabi-v7a":"1e20dfe8610108ba51cf6092ad201779","version":"112.0.5615.47"} \ No newline at end of file diff --git a/app/src/main/assets/updateLog.md b/app/src/main/assets/updateLog.md index 88cd2f23f..962202c6f 100644 --- a/app/src/main/assets/updateLog.md +++ b/app/src/main/assets/updateLog.md @@ -13,6 +13,7 @@ **2023/04/02** +* 更新cronet: 112.0.5615.47 * 添加文字下划线 **2023/04/01** diff --git a/gradle.properties b/gradle.properties index ce1b614c6..199a5bb96 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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=111.0.5563.115 -CronetMainVersion=111.0.0.0 +CronetVersion=112.0.5615.47 +CronetMainVersion=112.0.0.0 android.injected.testOnly=false