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 250f0706fb
commit 738295a933
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 4 additions and 8 deletions

View file

@ -29,7 +29,6 @@ android {
buildTypes {
getByName("release") {
isMinifyEnabled = true
consumerProguardFiles("consumer-rules.pro")
}
}

View file

@ -22,7 +22,7 @@ android {
buildTypes {
release {
isMinifyEnabled = true
isMinifyEnabled = false
consumerProguardFiles("consumer-proguard-rules.pro")
}
}

View file

@ -23,7 +23,6 @@ android {
buildTypes {
release {
isMinifyEnabled = true
consumerProguardFiles("consumer-rules.pro")
}
}

View file

@ -26,7 +26,6 @@ android {
buildTypes {
getByName("release") {
isMinifyEnabled = true
consumerProguardFiles("consumer-proguard-rules.pro")
resValue(
type = "string",