Skip to content

Commit

Permalink
Bump android sdk to 3.9.2 (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-lin-bbpos authored Sep 13, 2024
1 parent ec19140 commit 97dd6c6
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.1'
def terminalAndroidSdkVersion = '3.9.2'
def reactNativeSdkVersion = getVersionFromNpm()

android {
Expand Down

0 comments on commit 97dd6c6

Please sign in to comment.