Release Google Places Autocomplete Response - now declared as internal

Answer #1 100 %

Seems like an unintended change.

It started in 12.0.0, that has the following "known issue" in its release notes:

An annotation causes spurious lint errors claiming GoogleSignIn and CredentialsClient are internal-only. These can safely be ignored.

Guess they weren't only for GoogleSignIn and CredentialsClient, but they fixed only those in 12.0.1:

Fixes issue that caused spurious Android lint errors claiming GoogleSignIn and CredentialsClient were internal-only.

The corresponding source code of release() appears to be the same across versions 11.8.0-12.0.1, so i believe you can safely ignore these warnings.

You’ll also like:


© 2023 CodeForDev.com -