The release notes for our Anrdoid SDK.

0.1.0-beta.2

Changed

  • BREAKING: LoginWithOauth flow is now entirely managed within the PrivySDK. Simply add the PrivyRedirectActivity to your manifest, configure the scheme, and trigger the Oauth login method. For full details, see the updated OAuth documentation.
0.1.0-beta.1

Added

  • Wallet Management:
    • Added createAdditional parameter to createSolanaWallet to create multiple Solana wallets
0.9.0-beta.3

Fixed

Minor enhancements

0.9.0-beta.2

Added

Enhanced web view error handling

0.9.0-beta.1

Added

Enhanced network state observability

0.0.8

Changed

  • User will not get logged out on refresh call if network is not available. An error is thrown instead.
0.0.7

Added

  • Oauth support (Google, Twitter, Discord)

Fixed

  • Support null tokens on authenticate and refresh session
0.0.6

Improvements

  • Minor internal improvements