FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

version catalog added; onBackPressed() replaced. by syslogic · Pull Request #96 · android/identity-samples · GitHub

version catalog added; onBackPressed() replaced. - #96

Open
syslogic wants to merge 22 commits into
android:mainfrom
syslogic:version-catalog
Open

version catalog added; onBackPressed() replaced.#96
syslogic wants to merge 22 commits into
android:mainfrom
syslogic:version-catalog

Conversation

syslogic commented Sep 6, 2024
edited
Loading

Copy link
Copy Markdown

I've added version catalogs and updated most of the dependencies. It was unclear where the JSON string privilegedAllowlist comes from (in the MyVault app). Meanwhile I've found method getGPMPrivilegedAppAllowlist() and assume it should provide the desired JSON string.

There's another API change, which potentially breaks the SmsVerification app: It doesn't work with the latest play-services-auth dependency at version 21.2.0, that's why it's kept at version 20.5.0. I've also tried to add play-services-identity-credentials 16.0.0-alpha03, but it doesn't provide the missing classes. This library might be worth a new IdentityCredential example app.

Meanwhile method retrieveBytes() has been deprecated in BlockstoreClient while the Blockstore app doesn't have any fun retrieveBytes(bytesRequest: RetrieveBytesRequest) yet, which is supposed to replace it.

syslogic commented Sep 7, 2024

Copy link
Copy Markdown
Author

com.google.android.gms.auth.api.credentials doesn't exist in later versions anymore, that's why module SmsVerification uses:

google_play_services_auth = '20.5.0'

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL