Skip to content

Commit

Permalink
Bump SDK to 4.1.0 (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-lin-bbpos authored Jan 13, 2025
1 parent 63e9cdf commit b1be0a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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 = '4.0.0'
def terminalAndroidSdkVersion = '4.1.0'
def reactNativeSdkVersion = getVersionFromNpm()

android {
Expand Down
10 changes: 5 additions & 5 deletions dev-app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -440,11 +440,11 @@ PODS:
- SocketRocket (0.6.1)
- stripe-terminal-react-native (0.0.1-beta.23):
- React-Core
- StripeTerminal (~> 4.0.0)
- StripeTerminal (~> 4.1.0)
- stripe-terminal-react-native/Tests (0.0.1-beta.23):
- React-Core
- StripeTerminal (~> 4.0.0)
- StripeTerminal (4.0.0)
- StripeTerminal (~> 4.1.0)
- StripeTerminal (4.1.0)
- Yoga (1.14.0)

DEPENDENCIES:
Expand Down Expand Up @@ -643,8 +643,8 @@ SPEC CHECKSUMS:
RNGestureHandler: 32a01c29ecc9bb0b5bf7bc0a33547f61b4dc2741
RNScreens: 3c2d122f5e08c192e254c510b212306da97d2581
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
stripe-terminal-react-native: 2ddb51910cbd52e8c4c040cf2de205b9c2de7fb5
StripeTerminal: b8a0f7bc10534eb060f676c9b3b813b2613a137b
stripe-terminal-react-native: 376838b370c6ed8c6bcb8387ce7591ef77dd3da7
StripeTerminal: e393c25fd8262bd99986785f7ecc91625755d65f
Yoga: eddf2bbe4a896454c248a8f23b4355891eb720a6

PODFILE CHECKSUM: 0fc269c07f7b9dd0472ad32eab1e1fd0e4e866f6
Expand Down
2 changes: 1 addition & 1 deletion stripe-terminal-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Pod::Spec.new do |s|
end

s.dependency 'React-Core'
s.dependency 'StripeTerminal', '~> 4.0.0'
s.dependency 'StripeTerminal', '~> 4.1.0'
end

0 comments on commit b1be0a5

Please sign in to comment.