Skip to content

Commit

Permalink
Bump android sdk to 3.10.0 (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-lin-bbpos authored Oct 15, 2024
1 parent 813e0bc commit 093b45a
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.5'
def terminalAndroidSdkVersion = '3.10.0'
def reactNativeSdkVersion = getVersionFromNpm()

android {
Expand Down

0 comments on commit 093b45a

Please sign in to comment.