From 997ae3f1695440b227dd6c425436becaa220adec Mon Sep 17 00:00:00 2001 From: rlopetegui Date: Tue, 7 Apr 2020 16:30:40 -0300 Subject: [PATCH] Added android version change to es/pt --- guides/pci-compliant-merchants/receiving-payment-by-card.es.md | 2 +- guides/pci-compliant-merchants/receiving-payment-by-card.pt.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/pci-compliant-merchants/receiving-payment-by-card.es.md b/guides/pci-compliant-merchants/receiving-payment-by-card.es.md index 5dc112edf3..60f4f224a3 100644 --- a/guides/pci-compliant-merchants/receiving-payment-by-card.es.md +++ b/guides/pci-compliant-merchants/receiving-payment-by-card.es.md @@ -230,7 +230,7 @@ pod ‘MercadoPagoDevicesSDK’ Agrega el siguiente código en el archivo **build.gradle**. === dependencies { - implementation 'com.mercadolibre.android.device:sdk:1.0.9' + implementation 'com.mercadolibre.android.device:sdk:1.0.0' } ``` diff --git a/guides/pci-compliant-merchants/receiving-payment-by-card.pt.md b/guides/pci-compliant-merchants/receiving-payment-by-card.pt.md index 05abb337da..1b301fed14 100644 --- a/guides/pci-compliant-merchants/receiving-payment-by-card.pt.md +++ b/guides/pci-compliant-merchants/receiving-payment-by-card.pt.md @@ -228,7 +228,7 @@ pod ‘MercadoPagoDevicesSDK’ Adicionar o seguinte código no arquivo **build.gradle**. === dependencies { - implementation 'com.mercadolibre.android.device:sdk:1.0.9' + implementation 'com.mercadolibre.android.device:sdk:1.0.0' } ```