Status Update
Comments
sm...@google.com <sm...@google.com>
ga...@google.com <ga...@google.com>
hu...@google.com <hu...@google.com> #2
I'm not able to reproduce this issue with the latest Android Studio and AGP previews. Could you attach a sample project that shows this issue?
mk...@opera.com <mk...@opera.com> #3
Sure, check the attached archive. Just run assembleRelease
.
hu...@google.com <hu...@google.com> #4
Thanks, I'm able to reproduce this issue now (in addition to the steps in isMinifyEnabled = true
in app
).
je...@google.com <je...@google.com>
je...@google.com <je...@google.com> #5
FIP : Ica7d8b5acd19137d523f9be0e29fd2f8d0b5fc56
Even after this will get fixed, you will still have an issue that you should not specify the default proguard files in the dynamic feature module. Instead it must be specified on the base module.
thanks for reporting and the repro case !
je...@google.com <je...@google.com>
an...@google.com <an...@google.com> #6
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Iguana | 2023.2.1 Canary 12
- Android Gradle Plugin 8.3.0-alpha12
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
hu...@google.com <hu...@google.com> #7
FYI, I just filed
Description
Compilation of dynamic feature fails because of the implicit dependency between exportReleaseConsumerProguardFiles and extractProguardFiles tasks.
STEPS TO REPRODUCE:
Removing the following block from the gradle file helps
Version of Gradle Plugin: 8.1.0 Version of Gradle: 8.2 Version of Java: 17 OS: MacOS Ventura 13.4.1