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

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

* Remove warning about AGP 8.12.x+

* Fix proguard-related code deprecations, use the new `optimization` API

* Workaround issues related to Android lint not being able to check these complex methods with kotlin contracts

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
renovate[bot] 2025-11-26 11:57:22 +01:00 committed by GitHub
parent 78d5850fe6
commit 539aa35eeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 40 additions and 26 deletions

View file

@ -59,3 +59,6 @@ detekt.use.worker.api=true
# Let test include roborazzi verification
# https://github.com/takahirom/roborazzi?tab=readme-ov-file#roborazzitest
roborazzi.test.verify=true
# Needed after enabling proguard on AGP 8.13.1
android.r8.gradual.support=true