Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@vladd-g vladd-g released this 01 Oct 10:56

🎉 Meet the Adapty Android SDK v3

With this version we're introducing support for the new paywall builder that offers more templates and layout flexibility. Note that:

  • This version doesn't support paywalls created in the legacy (current) paywall builder
  • But you can easily migrate those with a single press of a button in Adapty Dashboard
    Read our Migration Guide for mode details.

⚠️ Please migrate to Adapty BoM, as described here

Breaking Changes:

  • AdaptyUI.ViewConfiguration has been replaced with AdaptyUI.LocalizedViewConfiguration
  • Added out-of-the-box support for Jetpack Compose
  • AdaptyUI.getPaywallView() and AdaptyPaywallView.showPaywall() signatures have been changed. The methods setEventListener and setObserverModeHandler have been removed from AdaptyPaywallView. The corresponding parameters have been migrated to AdaptyPaywallView.showPaywall(). Read more
  • The AdaptyUiEventListener methods' signatures have been changes. Read more