Update android.gradle.plugin to v8.5.2 (#3004)

* Update android.gradle.plugin

* Fix release builds with AGP 8.5 by removing the minification config in each library module. I believe this is now centralised.

---------

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] 2024-08-09 15:04:10 +02:00 committed by GitHub
parent 5c24587c53
commit 9b061ca798
7 changed files with 4 additions and 8 deletions

View file

@ -3,7 +3,7 @@
[versions]
# Project
android_gradle_plugin = "8.4.1"
android_gradle_plugin = "8.5.2"
kotlin = "1.9.25"
ksp = "1.9.25-1.0.20"
firebaseAppDistribution = "5.0.0"