Skip to content

Commit

Permalink
pods and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nazli-stripe committed Sep 26, 2024
1 parent 7c83fc7 commit 66aaac6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ internal fun mapFromDeviceType(type: DeviceType): String {
DeviceType.STRIPE_M2 -> "stripeM2"
DeviceType.STRIPE_S700 -> "stripeS700"
DeviceType.STRIPE_S700_DEVKIT -> "stripeS700Devkit"
DeviceType.STRIPE_S710 -> "stripeS710"
DeviceType.STRIPE_S710_DEVKIT -> "stripeS710Devkit"
DeviceType.UNKNOWN -> "unknown"
DeviceType.VERIFONE_P400 -> "verifoneP400"
DeviceType.WISECUBE -> "wiseCube"
Expand Down
4 changes: 2 additions & 2 deletions dev-app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
applicationId "com.dev.app.stripeterminalreactnative"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
versionCode 748
versionName "1.0_"
testBuildType System.getProperty('testBuildType', 'debug') // This will later be used to control the test apk build type
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down
4 changes: 2 additions & 2 deletions dev-app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ PODS:
- RCT-Folly (= 2021.07.22.00)
- React-Core
- SocketRocket (0.6.1)
- stripe-terminal-react-native (0.0.1-beta.21):
- stripe-terminal-react-native (0.0.1-beta.22):
- React-Core
- StripeTerminal (~> 3.8.3)
- StripeTerminal (3.8.3)
Expand Down Expand Up @@ -640,7 +640,7 @@ SPEC CHECKSUMS:
RNGestureHandler: 32a01c29ecc9bb0b5bf7bc0a33547f61b4dc2741
RNScreens: 3c2d122f5e08c192e254c510b212306da97d2581
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
stripe-terminal-react-native: ba328640bd353ccbe94002de4a96c263b67bb95f
stripe-terminal-react-native: f354ea9dba528c466d842ffca16dd66e704af68f
StripeTerminal: 1982b8395d3a45d887a6db0ff75aa3df8be58dcb
Yoga: 4c3aa327e4a6a23eeacd71f61c81df1bcdf677d5

Expand Down

0 comments on commit 66aaac6

Please sign in to comment.