Closed renovate[bot] closed 4 days ago
OLD: app-madani-debug.apk (signature: V1, V2)
NEW: app-madani-debug.apk (signature: V1, V2)
│ compressed │ uncompressed
├───────────┬───────────┬──────┼───────────┬───────────┬──────
APK │ old │ new │ diff │ old │ new │ diff
──────────┼───────────┼───────────┼──────┼───────────┼───────────┼──────
dex │ 24.2 MiB │ 24.2 MiB │ 0 B │ 74.9 MiB │ 74.9 MiB │ 0 B
arsc │ 2.7 MiB │ 2.7 MiB │ 0 B │ 2.7 MiB │ 2.7 MiB │ 0 B
manifest │ 5.8 KiB │ 5.8 KiB │ 0 B │ 28 KiB │ 28 KiB │ 0 B
res │ 2 MiB │ 2 MiB │ 0 B │ 2.2 MiB │ 2.2 MiB │ 0 B
native │ 18.8 KiB │ 18.8 KiB │ 0 B │ 36.5 KiB │ 36.5 KiB │ 0 B
asset │ 404.2 KiB │ 404.2 KiB │ 0 B │ 678.6 KiB │ 678.6 KiB │ 0 B
other │ 258.7 KiB │ 258.7 KiB │ +3 B │ 579.8 KiB │ 579.8 KiB │ 0 B
──────────┼───────────┼───────────┼──────┼───────────┼───────────┼──────
total │ 29.6 MiB │ 29.6 MiB │ +3 B │ 81 MiB │ 81 MiB │ 0 B
This PR contains the following updates:
2.35.1
->2.36.0
Release Notes
google/error-prone (com.google.errorprone:error_prone_core)
### [`v2.36.0`](https://redirect.github.com/google/error-prone/releases/tag/v2.36.0): Error Prone 2.36.0 Changes: - Add new matcher interfaces to `ErrorProneScanner` for AST nodes introduced after Java 11 ([`e5fd194`](https://redirect.github.com/google/error-prone/commit/e5fd194fa21ef9a01e8d4c72489906247aad81c8)) - Fix compatibility with latest JDK 24 EA builds (https://github.com/google/error-prone/commit/d67bc156b737d13ac693d73a403a11a97804423f) - Check that `--should-stop=ifError=FLOW` is set when using the `-Xplugin` integration ([`e71db1f`](https://redirect.github.com/google/error-prone/commit/e71db1f369a9367f6f2db34c4fbd006b6d6238fd)) New checks: - [`DuplicateBranches`](https://errorprone.info/bugpattern/DuplicateBranches): Discourage conditional expressions and if statements where both branches are the same - [`RedundantControlFlow`](https://errorprone.info/bugpattern/RedundantControlFlow): Reports redundant `continue` statements. Closed issues: [#4633](https://redirect.github.com/google/error-prone/issues/4633), [#4646](https://redirect.github.com/google/error-prone/issues/4646)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.