Restore legacy shrinking configuration for AGP 8.4.x (#2867)
* Restore legacy shrinking configuration for AGP `8.4.x` The current one is causing issues with release builds and no changes in proguard rules seem to fix them. Co-authored-by: Benoit Marty <benoit@matrix.org> --------- Co-authored-by: Benoit Marty <benoit@matrix.org>
This commit is contained in:
parent
7e0951471b
commit
f03818f413
1 changed files with 3 additions and 0 deletions
|
|
@ -59,3 +59,6 @@ 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