Fixed
Status Update
Comments
gi...@gmail.com <gi...@gmail.com> #2
for example, many different devices return the same longitude and latitude.such as : longitude is 121.474000 and latitude is 31.230001.
i donnot understand why is the data the same?
i donnot understand why is the data the same?
ga...@google.com <ga...@google.com>
ga...@google.com <ga...@google.com> #3
the fractional part of the location data is exactly the same.
Description
Follow-up on https://issuetracker.google.com/247066500
For the following scenario:
When getting the compile/runtime dependencies for app,
androidx.core:core-ktx:1.7.0
will be missing (this scenario is captured inJavaPlatformDependencyTest
).AGP models should contain transitive dependencies of the
platform
project and::platform
project we need to filter out that dependency on the IDE side as this project cannot have any sources:platform
project fully, but this implies that dependency graph information is incomplete