element-x-android icon indicating copy to clipboard operation
element-x-android copied to clipboard

fix(deps): update android.gradle.plugin to v8.13.1

Open renovate[bot] opened this issue 3 months ago • 3 comments

This PR contains the following updates:

Package Change Age Confidence
com.android.library (source) 8.11.1 -> 8.13.1 age confidence
com.android.application (source) 8.11.1 -> 8.13.1 age confidence
com.android.tools.build:gradle (source) 8.11.1 -> 8.13.1 age confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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 these updates again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Sep 02 '25 17:09 renovate[bot]

:iphone: Scan the QR code below to install the build (arm64 only) for this PR. QR code If you can't scan the QR code you can install the build via this link: https://i.diawi.com/VgsKkA

github-actions[bot] avatar Sep 09 '25 18:09 github-actions[bot]

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 79.51%. Comparing base (7fff110) to head (e4d1a23). :warning: Report is 19 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #5260      +/-   ##
===========================================
- Coverage    79.56%   79.51%   -0.05%     
===========================================
  Files         2447     2447              
  Lines        65615    65615              
  Branches      8363     8363              
===========================================
- Hits         52205    52177      -28     
- Misses       10428    10455      +27     
- Partials      2982     2983       +1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Sep 09 '25 18:09 codecov[bot]

it seems like it might be safe to bump AGP now, F-Droid seems to be compatible again: https://gitlab.com/fdroid/admin/-/issues/593#note_2893203101. Let's rebase the branch to see if lint issue can be fixed.

bmarty avatar Nov 25 '25 09:11 bmarty

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

renovate[bot] avatar Nov 26 '25 08:11 renovate[bot]

With the latest AGP version, the postprocessing API is now deprecated, but not deprecated as in 'it won't be available in the future', but as 'it's ignored now', so I had to migrate to the new API which doesn't differentiate between code shrinking and minification, so new proguard rules had to be added. Everything seems to work now though, but it would be good to double check release builds.

jmartinesp avatar Nov 26 '25 08:11 jmartinesp

Warnings
:warning:

gradle/libs.versions.toml#L8 - A newer version of org.jetbrains.kotlin.plugin.serialization than 2.2.20 is available: 2.2.21

:warning:

gradle/libs.versions.toml#L18 - A newer version of androidx.lifecycle:lifecycle-runtime-ktx than 2.9.2 is available: 2.10.0

:warning:

gradle/libs.versions.toml#L19 - A newer version of androidx.activity:activity-compose than 1.11.0 is available: 1.12.0

:warning:

gradle/libs.versions.toml#L25 - A newer version of androidx.compose:compose-bom than 2025.07.00 is available: 2025.11.01

:warning:

gradle/libs.versions.toml#L44 - A newer version of com.airbnb.android:showkase-processor than 1.0.4 is available: 1.0.5

:warning:

gradle/libs.versions.toml#L49 - A newer version of dev.chrisbanes.haze:haze-materials than 1.6.10 is available: 1.7.1

:warning:

gradle/libs.versions.toml#L65 - A newer version of org.jetbrains.kotlinx:kover-gradle-plugin than 0.9.1 is available: 0.9.3

:warning:

gradle/libs.versions.toml#L167 - A newer version of com.google.testparameterinjector:test-parameter-injector than 1.19 is available: 1.20

:warning:

gradle/libs.versions.toml#L168 - A newer version of org.robolectric:robolectric than 4.15.1 is available: 4.16

:warning:

gradle/libs.versions.toml#L209 - A newer version of org.maplibre.gl:android-sdk than 12.1.3 is available: 12.2.0

Generated by :no_entry_sign: dangerJS against e4d1a23f332a783e3d14cc7424661eba09c485d1

ElementBot avatar Nov 26 '25 08:11 ElementBot