From 5fb0429b809876803f2ad8b84ac4865946413ecf Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Wed, 1 Mar 2023 12:07:02 +0000 Subject: [PATCH] RMET-2321 Payments Plugin - Prepare release of version 1.1.0 (#26) * chore: update Payments Lib Android version References: https://outsystemsrd.atlassian.net/browse/RMET-2321 * chore: update iOS Library --------- Co-authored-by: OS-ricardomoreirasilva --- src/android/com/outsystems/payments/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/com/outsystems/payments/build.gradle b/src/android/com/outsystems/payments/build.gradle index ba545d8..38316d4 100644 --- a/src/android/com/outsystems/payments/build.gradle +++ b/src/android/com/outsystems/payments/build.gradle @@ -29,7 +29,7 @@ apply plugin: 'kotlin-kapt' dependencies { implementation("com.github.outsystems:oscore-android:1.1.0@aar") implementation("com.github.outsystems:oscordova-android:1.1.0@aar") - implementation("com.github.outsystems:ospayments-android:1.0.9@aar") + implementation("com.github.outsystems:ospayments-android:1.1.0@aar") implementation 'com.stripe:stripe-android:20.5.0'