Skip to content

Commit

Permalink
bump android
Browse files Browse the repository at this point in the history
  • Loading branch information
nazli-stripe committed Sep 26, 2024
1 parent 8183c75 commit c9ef179
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.7.1'
def terminalAndroidSdkVersion = '3.9.5'
def reactNativeSdkVersion = getVersionFromNpm()

android {
Expand Down

0 comments on commit c9ef179

Please sign in to comment.