Fixed
Status Update
Comments
aa...@google.com <aa...@google.com>
pa...@google.com <pa...@google.com>
pa...@google.com <pa...@google.com>
ar...@google.com <ar...@google.com> #2
This was broken by 3bca759a5ff08352de831bb1e9b61b1ec2b3362d.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
pa...@google.com <pa...@google.com> #3
Almost 2 months later and this is still broken
an...@google.com <an...@google.com> #4
Since there is no progression, I wanted to share our quick-fix for the issue.
#sdkmanager --package_file=${PATH_WORKSPACE}/packages
while read p; do echo "y" | sdkmanager "${p}"; done <${PATH_WORKSPACE}/packages
#sdkmanager --package_file=${PATH_WORKSPACE}/packages
while read p; do echo "y" | sdkmanager "${p}"; done <${PATH_WORKSPACE}/packages
Description
This lint is incorrect on Wear which does not have a working implementation in credentials-play-services-auth.
----------------
In Android 13 or lower, credentials-play-services-auth is required when using androidx.credentials:credentials More... (Ctrl+F1)
Inspection info: The dependency androidx.credentials:credentials-play-services-auth is required to get support from Play services for the Credential Manager API to work. For Android 14 or higher, this is optional. Please check release notes for the latest version. Issue id: CredentialDependency More info: