Skip to content

Commit

Permalink
bump android to 3.9.1 (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
nazli-stripe authored Sep 10, 2024
1 parent a6fb3cc commit f42c506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f42c506

Please sign in to comment.