From f42c50630324b79c7f284114ce9b90d4ae9344ac Mon Sep 17 00:00:00 2001
From: Nazli Yurdakul <69359432+nazli-stripe@users.noreply.github.com>
Date: Tue, 10 Sep 2024 11:25:23 -0400
Subject: [PATCH] bump android to 3.9.1 (#808)

---
 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 {