From 0514a10a939327b036874597861bf83453030b84 Mon Sep 17 00:00:00 2001 From: mobile-service-au <83686825+mobile-service-au@users.noreply.github.com> Date: Tue, 26 May 2026 03:26:14 +0000 Subject: [PATCH] chore: update Android SDK to 6.8.0 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index a21f9f6..d921c48 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.2" + ext.airwallex_version = "6.8.0" repositories { google() mavenCentral()