Skip to content

Commit

Permalink
Bump android sdk to 3.9.5 (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-lin-bbpos authored Sep 26, 2024
1 parent 14e0f65 commit 11f5df7
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.9.3'
def terminalAndroidSdkVersion = '3.9.5'
def reactNativeSdkVersion = getVersionFromNpm()

android {
Expand Down

0 comments on commit 11f5df7

Please sign in to comment.