Skip to content

Commit d2b419e

Browse files
committed
Merge branch 'main' into v7
# Conflicts: # dev-packages/e2e-tests/package.json # dev-packages/type-check/package.json # dev-packages/utils/package.json # lerna.json # packages/core/android/src/main/java/io/sentry/react/RNSentryVersion.java # packages/core/ios/RNSentryVersion.m # packages/core/package.json # packages/core/src/js/version.ts # performance-tests/TestAppPlain/package.json # performance-tests/TestAppSentry/package.json # samples/expo/app.json # samples/expo/package.json # samples/react-native-macos/package.json # samples/react-native/android/app/build.gradle # samples/react-native/ios/sentryreactnativesample/Info.plist # samples/react-native/ios/sentryreactnativesampleTests/Info.plist # samples/react-native/package.json # yarn.lock
2 parents 8131163 + 9167f73 commit d2b419e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

samples/expo/app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"ios": {
2121
"supportsTablet": true,
2222
"bundleIdentifier": "io.sentry.expo.sample",
23-
"buildNumber": "49"
23+
"buildNumber": "50"
2424
},
2525
"android": {
2626
"adaptiveIcon": {
2727
"foregroundImage": "./assets/adaptive-icon.png",
2828
"backgroundColor": "#ffffff"
2929
},
3030
"package": "io.sentry.expo.sample",
31-
"versionCode": 49
31+
"versionCode": 50
3232
},
3333
"web": {
3434
"bundler": "metro",

samples/react-native/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ android {
136136
applicationId "io.sentry.reactnative.sample"
137137
minSdkVersion rootProject.ext.minSdkVersion
138138
targetSdkVersion rootProject.ext.targetSdkVersion
139-
versionCode 50
139+
versionCode 52
140140
versionName "7.0.0-beta.0"
141141
}
142142

samples/react-native/ios/sentryreactnativesample/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
26-
<string>56</string>
26+
<string>57</string>
2727
<key>LSRequiresIPhoneOS</key>
2828
<true />
2929
<key>NSAppTransportSecurity</key>

samples/react-native/ios/sentryreactnativesampleTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>56</string>
22+
<string>57</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)