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:
parent
5c24587c53
commit
9b061ca798
7 changed files with 4 additions and 8 deletions
|
|
@ -59,6 +59,3 @@ android.enableBuildConfigAsBytecode=true
|
|||
|
||||
# By default, the plugin applies itself to all subprojects, but we don't want that as it would cause issues with builds using local AARs
|
||||
dependency.analysis.autoapply=false
|
||||
|
||||
# Disable new R8 shrinking for local dependencies as it causes issues with release builds
|
||||
android.disableMinifyLocalDependenciesForLibraries=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue