Fixed
Status Update
Comments
em...@google.com <em...@google.com>
je...@google.com <je...@google.com>
[Deleted User] <[Deleted User]> #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?
je...@google.com <je...@google.com>
je...@google.com <je...@google.com> #3
the fractional part of the location data is exactly the same.
Description
Calling
DslExtension.Builder(...).extendProjectWith(...)
does not seem to be adding the specified DSL block when used from Groovy build configuration when using AGP 8.0.0-alpha07.And then in
build.gradle
:Yields:
Whereas
extendBuildTypeWith(...)
works as documented forbuildTypes
DSL.