From 4e86b3ca685eb45a94cae97a5a21b9335d1405f1 Mon Sep 17 00:00:00 2001 From: mobile-service-au <83686825+mobile-service-au@users.noreply.github.com> Date: Tue, 16 Jun 2026 08:19:25 +0000 Subject: [PATCH] chore: update Android SDK to 6.9.0 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index d921c48..e156073 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.8.0" + ext.airwallex_version = "6.9.0" repositories { google() mavenCentral()