From e1f93739c206fdbe1401ade4d8c16572b59d7d13 Mon Sep 17 00:00:00 2001 From: Nazli Yurdakul Date: Tue, 10 Sep 2024 10:59:25 -0400 Subject: [PATCH] bump android to 3.9.1 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 4b96296c..c775456e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -28,7 +28,7 @@ def getExtOrIntegerDefault(name) { return rootProject.ext.has(name) ? rootProject.ext.get(name) : (project.properties['StripeTerminalReactNative_' + name]).toInteger() } -def terminalAndroidSdkVersion = '3.8.0' +def terminalAndroidSdkVersion = '3.9.1' def reactNativeSdkVersion = getVersionFromNpm() android {