This repository was archived by the owner on Feb 4, 2025. It is now read-only.
3.0.0
馃帀 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.
Breaking Changes:
AdaptyUI.ViewConfigurationhas been replaced withAdaptyUI.LocalizedViewConfiguration- Added out-of-the-box support for Jetpack Compose
AdaptyUI.getPaywallView()andAdaptyPaywallView.showPaywall()signatures have been changed. The methodssetEventListenerandsetObserverModeHandlerhave been removed fromAdaptyPaywallView. The corresponding parameters have been migrated toAdaptyPaywallView.showPaywall(). Read more- The
AdaptyUiEventListenermethods' signatures have been changes. Read more