diff --git a/android/build.gradle b/android/build.gradle index b7e3a81..73c2517 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,7 +1,7 @@ buildscript { // Buildscript is evaluated before everything else so we can't use getExtOrDefault def kotlin_version = rootProject.ext.has("kotlinVersion") ? rootProject.ext.get("kotlinVersion") : project.properties["AirwallexPaymentReactNative_kotlinVersion"] - ext.airwallex_version = "6.7.0" + ext.airwallex_version = "6.7.1" repositories { google()