dodopayments_checkout 1.0.2
dodopayments_checkout: ^1.0.2 copied to clipboard
Open Dodo Payments' hosted checkout in a system browser tab and get a clean result from one call.
Changelog #
1.0.2 #
- Bump
com.dodopayments.api:checkout-androidto1.0.1and downgradekotlinx-coroutines-androidto1.9.0to match — the old pins forced compileSdk 36+/AGP 8.9.1+ and a Kotlin 2.2.x-compatible compiler on consumers. Lowered this module's owncompileSdkto 35 to match. - The plugin's
compileSdkcan now be raised without forking it: setdodoCompileSdkin your app'sgradle.properties(or root projectext). Defaults to 35. Useful if another plugin pulls in an AndroidX build that requires compileSdk 36.
1.0.1 #
- No functional changes. Re-releases 1.0.0 through the automated pub.dev publishing workflow; the package contents are identical.
1.0.0 #
- Initial release:
DodoCheckout.instance.start(CheckoutParams)over the native iOS/Android checkout cores via Pigeon; typedCheckoutResult,CheckoutException, and abandoned-session recovery (getAbandonedSession/clearAbandonedSession).