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:
parent
78d5850fe6
commit
539aa35eeb
6 changed files with 40 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue