Status Update
Comments
cm...@google.com <cm...@google.com>
tn...@google.com <tn...@google.com> #2
Weird, I can't reproduce that (see screenshot). Note that lint does cache the database of versions downloaded from maven.google.com for roughly 7 days, but given how the version you're using is quite a bit older than the current version that doesn't seem like it's the problem.
ro...@gmail.com <ro...@gmail.com> #3
I have never seen that BOM's are suggested updated anytime, anywhere... ... I'll try to keep my eyes open and check the maven repository every day (or somewhat), is it enough with the IDEA log file, to pinpoint the problem ?
Can i tweak the lint cache time to 0 days (1 day ?)?, and is that the reason for the difference I see between gradle (lint check), maven repository and project structure (
ro...@gmail.com <ro...@gmail.com> #4
Didn't discover BOM rise from 28.2.0 -> 28.2.1 either
See picture, attaching log.
I see also (norwegian) error messages which translates into "An existing connection was forcibly shut down by the external host", that might be something to watch out for in the logs.
ro...@gmail.com <ro...@gmail.com> #5
Still a problem in 2021.1.1.5, see picture.
Attaching logs.
xo...@google.com <xo...@google.com> #6
Thanks for the report. I've committed a fix for the Project Structure, and from the first Canary of the next Android Studio series the Suggestions tab of the Project Structure Dialog will suggest an upgrade to platform dependencies such as the Firebase BOM. I or someone else will update this bug as and when lint is changed to also detect this, and to show highlighting in the Gradle build file.
gm...@gmail.com <gm...@gmail.com> #7
BTW, I've submitted
xo...@google.com <xo...@google.com>
xo...@google.com <xo...@google.com> #8
We've now submitted a fix for Lint to highlight outdated platform dependencies in Gradle build files, which should be available in a forthcoming Android Studio Iguana pre-release. Thanks once again for the report.
an...@google.com <an...@google.com> #9
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 17
- Android Gradle Plugin 8.3.0-alpha17
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!
Description
Build: AI-203.7717.56.2111.7361063, 202105140516,
AI-203.7717.56.2111.7361063, JRE 11.0.10+0-b96-7249189x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1920.0x1080.0, 1920.0x1080.0, 1920.0x1080.0
AS: Bumblebee | 2021.1.1 Canary 1; Kotlin plugin: 203-1.5.20-release-289-AS7717.8; Android Gradle Plugin: 7.1.0-alpha02; Gradle: 7.1; Gradle JDK: version 11.0.10; NDK: from local.properties: (not specified), latest from SDK: (not found); LLDB: pinned revision 3.1 not found, latest from SDK: (package not found); CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
IMPORTANT: Please readhttps://developer.android.com/studio/report-bugs.html carefully and supply all required information.
Discovered (by accident) that
com.google.firebase:firebase-bom:xx.y.z
dependencies are not discovered to be upgraded to newer versions.My dependency versioned
com.google.firebase:firebase-bom:26.1.0
did never flag a newer version, either in the build gradle file nor in the Project Structure tool.RG