From 5ff785f34a5a6ae1e5b5c35b7a698f7a8b3ba00e Mon Sep 17 00:00:00 2001 From: mobile-service-au <83686825+mobile-service-au@users.noreply.github.com> Date: Tue, 12 May 2026 08:45:56 +0000 Subject: [PATCH] chore: update Android SDK to 6.7.2 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index f60107f..a21f9f6 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -3,7 +3,7 @@ version = "1.0-SNAPSHOT" buildscript { ext.kotlin_version = "1.9.25" - ext.airwallex_version = "6.7.1" + ext.airwallex_version = "6.7.2" repositories { google() mavenCentral()