Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

3.0.0

Choose a tag to compare

@vladd-g vladd-g released this 01 Oct 10:56
· 3 commits to main since this release

馃帀 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