Fixed
Status Update
Comments
xi...@google.com <xi...@google.com>
ss...@gmail.com <ss...@gmail.com> #2
Information redacted by Android Beta Feedback.
ss...@gmail.com <ss...@gmail.com> #3
Thanks for reporting this issue. We have passed this to the development team and will update this issue with more information as it becomes available.
ss...@gmail.com <ss...@gmail.com> #4
Same here, need this feature.
ss...@gmail.com <ss...@gmail.com> #5
Same here, need this feature.
je...@google.com <je...@google.com>
mi...@google.com <mi...@google.com> #6
Same here on the Pixel 7a. I liked the feature and had been using it since it was added so I hope it's restored.
an...@google.com <an...@google.com> #7
Now fixed and works on my 6a.
Description
We are building a App Bundle and want
lintVitalRelease
to be executed during the build process. The task runs during APK builds with theassembleRelease
task, but it doesn’t run during app bundle builds.For me,
assembleRelease
and bundleRelease are essentially about the same thing – building a complete product ready for publishing in Google Play. Therefore, we’d like the lint to run during bundle builds just as it does during APK builds.STEPS TO REPRODUCE:
./gradlew :app:bundleProdRelease
inVersion of Gradle Plugin: 8.7.1 Version of Gradle: 8.10.2