This commit is contained in:
kunfei 2024-06-03 09:31:36 +08:00 committed by GitHub
commit 68420e1f23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 12 additions and 3 deletions

View File

@ -113,6 +113,14 @@
-identifiernamestring class * {
@org.chromium.build.annotations.IdentifierNameString *;
}
# Mark fields with this to help R8 figure out that they cannot be null.
-assumenosideeffects class ** {
@org.chromium.build.annotations.AssumeNonNull *** *(...) return _NONNULL_;
}
-assumenosideeffects class ** {
@org.chromium.build.annotations.AssumeNonNull *** * return _NONNULL_;
}
# -------- Config Path: components/cronet/android/cronet_impl_common_proguard.cfg --------
# Proguard config for apps that depend on cronet_impl_common_java.jar.

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
{"arm64-v8a":"bbf2c50d1ebf0763d451b08e290a3244","armeabi-v7a":"ecb872f7b1b5342f4d7c36262bec0600","x86":"4da4832b89e2412d808c5b1ecdc24e3d","x86_64":"62080f051db02ed0e939affb39ce67fb","version":"123.0.6312.80"}
{"x86":"1f6a04c292840a72e9822582950921fb","arm64-v8a":"e1799b697f168add1df9bd30004c4608","armeabi-v7a":"7315fe481065969cdad417058341f3be","x86_64":"c5b2700583ec3e46ff4d0b8d953d94f9","version":"125.0.6422.147"}

View File

@ -13,6 +13,7 @@
* 漫画源看书显示乱码,**阅读与其他软件的源并不通用**,请导入阅读的支持的漫画源!
**2024/02/27**
* 更新cronet: 125.0.6422.147
* 更新cronet: 123.0.6312.80
* 更新cronet: 123.0.6312.40

View File

@ -42,7 +42,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=123.0.6312.80
CronetMainVersion=123.0.0.0
CronetVersion=125.0.6422.147
CronetMainVersion=125.0.0.0
android.injected.testOnly=false
android.nonFinalResIds=true