diff --git a/app/cronetlib/cronet_api.jar b/app/cronetlib/cronet_api.jar index b34de1460..0276e5426 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 3cfc874ae..20ee569d4 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 ca6b28e0d..978279195 100644 --- a/app/src/main/assets/cronet.json +++ b/app/src/main/assets/cronet.json @@ -1 +1 @@ -{"x86_64":"1f2c49a5b29e4915fcae288d9b641b53","armeabi-v7a":"e738c426618e98d8b09f060036f55cbe","arm64-v8a":"39f6a58b1a34886e374e6a916415b9b5","x86":"dc333c4c0909cc08481e04ca8bf6cd4e","version":"106.0.5249.118"} \ No newline at end of file +{"x86_64":"304ad9e052e141265c5e7258e1ea6b2e","armeabi-v7a":"6978df0b0d8478afe3f52d5fe54c5e5b","arm64-v8a":"230eb29393b393c8e2ab32c4211d21a6","x86":"0558e9cbf42460055ce24aea178699b9","version":"106.0.5249.126"} \ No newline at end of file diff --git a/app/src/main/assets/updateLog.md b/app/src/main/assets/updateLog.md index a4968ed8d..2e0751495 100644 --- a/app/src/main/assets/updateLog.md +++ b/app/src/main/assets/updateLog.md @@ -13,6 +13,7 @@ **2022/10/13** +* 更新cronet: 106.0.5249.126 * 替换规则支持js,可以用js判断匹配到的内容决定替换为什么,匹配到的内容变量为result,替换为@js:开头则自动采用js判断替换内容 * 书架管理添加筛选功能 diff --git a/gradle.properties b/gradle.properties index a05d95f02..30d03a858 100644 --- a/gradle.properties +++ b/gradle.properties @@ -35,5 +35,5 @@ 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=106.0.5249.118 +CronetVersion=106.0.5249.126 android.injected.testOnly=false \ No newline at end of file