Skip to main content
Skip table of contents

Dependencias necesarias para Pay-me SDK Android

El SDK necesita un grupo de librerías para su correcto funcionamiento, estas librerías deben ser importadas desde el gradle del proyecto que integrará el SDK.

KOTLIN
implementation "androidx.core:core-ktx:1.6.0"
implementation 'androidx.appcompat:appcompat:1.2.0' //or above
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.4.32"
implementation 'androidx.viewpager2:viewpager2:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.squareup.retrofit2:retrofit:2.3.0'
implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.madgag.spongycastle:core:1.50.0.0'
implementation 'com.madgag.spongycastle:pg:1.50.0.0'
implementation 'org.bouncycastle:bcprov-jdk15on:1.56'
implementation 'com.nimbusds:nimbus-jose-jwt:7.0.1'

implementation files('../libs/SecureKey3DS.aar')
implementation files('../libs/Payme.aar')
implementation files('../libs/VisaSensoryBranding.aar')
implementation files('../libs/MastercardSonic.aar')

Continuar a Parámetros de Entrada y Salida de Pay-me SDK Android ➡️

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.