Verified
Status Update
Comments
al...@google.com <al...@google.com>
al...@google.com <al...@google.com> #2
Reproducible with Android Studio 3.5.1 on Mac OS. Stack trace attached.
BTW, how to get similar stack trace in AS 3.6? By default it is not shown, and link to rerun task with --stacktrace flag does not reproduce the issue (probably because this command does not include running/profiling the app).
BTW, how to get similar stack trace in AS 3.6? By default it is not shown, and link to rerun task with --stacktrace flag does not reproduce the issue (probably because this command does not include running/profiling the app).
bf...@google.com <bf...@google.com> #3
al...@google.com <al...@google.com> #4
Indeed, it works in AS 4.1 Beta 4. Thanks for fixing!
vi...@google.com <vi...@google.com> #5
Thank you for the verifying the fix. Please continue reporting issues like this to us in the future. It's extremely helpful to improve the quality of our product.
Description
1. Create/have a project that needs a dependency update (I used Now in Android -
2.Open the Project Structure dialog and inspect "Suggestions tab", please look at the attached image.
Expected results:
The suggestion line for each suggestion should be "Gradle promoted library version from 1.0.0 to 1.0.1"
Actual results:
The suggestion line for each suggestion is "Gradle promoted library version from null to 1.0.1"