Add dependency - Mobile Checkout - Mercado Pago Developers

Add the dependency to your project

Add the following code in the file build.gradle. Alternatively, you can download the SDK and add it to your project.

          
dependencies {
   implementation 'com.mercadopago.android.px:checkout:4.+'
}

        

If you use CocoaPods in your project, you can add the dependency in the Podfile of the module where you integrate with us with the following code. Alternatively, you can download the SDK and add it to your project.

          
source 'https://github.com/CocoaPods/Specs.git'
# This parameter is needed because this is a Swift library
use_frameworks!
platform :ios, '8.0'
pod 'MercadoPagoSDK'

        
Note
If you have version 3.x of the Mobile Checkout integrated you can visit the integration docs of version 3 .
Remember that active support is only provided to the latest major version and passive support to the previous one, so we recommend a migration to the new version.

You can find the reference to the interface in the following links: Android docs - iOS docs