Skip to content

Commit 2b65f73

Browse files
authored
Merge pull request #27 from cstavitsky/transaction_rename_and_upgrade_sdk
Transaction rename and upgrade sdk
2 parents 84f0611 + 97dac63 commit 2b65f73

File tree

14 files changed

+700
-141
lines changed

14 files changed

+700
-141
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ android {
138138
applicationId "com.sentry_react_native"
139139
minSdkVersion rootProject.ext.minSdkVersion
140140
targetSdkVersion rootProject.ext.targetSdkVersion
141-
versionCode 11
142-
versionName "2.0.11"
141+
versionCode 12
142+
versionName "2.0.12"
143143
}
144144
splits {
145145
abi {

app-debug.apk

195 Bytes
Binary file not shown.

app-release.apk

-586 Bytes
Binary file not shown.

ios/Podfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -279,12 +279,12 @@ PODS:
279279
- React-Core
280280
- RNScreens (2.18.1):
281281
- React-Core
282-
- RNSentry (3.2.11):
282+
- RNSentry (3.2.13):
283283
- React-Core
284-
- Sentry (= 7.7.0)
285-
- Sentry (7.7.0):
286-
- Sentry/Core (= 7.7.0)
287-
- Sentry/Core (7.7.0)
284+
- Sentry (= 7.9.0)
285+
- Sentry (7.9.0):
286+
- Sentry/Core (= 7.9.0)
287+
- Sentry/Core (7.9.0)
288288
- Yoga (1.14.0)
289289

290290
DEPENDENCIES:
@@ -408,7 +408,7 @@ SPEC CHECKSUMS:
408408
BVLinearGradient: e3aad03778a456d77928f594a649e96995f1c872
409409
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
410410
FBLazyVector: 49cbe4b43e445b06bf29199b6ad2057649e4c8f5
411-
FBReactNativeSpec: f21132940a8f408886313ded89588b774fbec4b7
411+
FBReactNativeSpec: 324e70dddca47678fc467ab220389cd966de7954
412412
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
413413
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
414414
RCTRequired: 2f8cb5b7533219bf4218a045f92768129cf7050a
@@ -438,10 +438,10 @@ SPEC CHECKSUMS:
438438
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
439439
RNReanimated: 514a11da3a2bcc6c3dfd9de32b38e2b9bf101926
440440
RNScreens: f7ad633b2e0190b77b6a7aab7f914fad6f198d8d
441-
RNSentry: 290e7375aa32c7edb44b404a5d4e480aa7be9bdc
442-
Sentry: e58e062056a061ae1145e22ad3dff6e506bff177
441+
RNSentry: 0aa1567f66c20390f3834637fc4f73380dcd0774
442+
Sentry: 2f7e91f247cfb05b05bd01e0b5d0692557a7687b
443443
Yoga: 8c8436d4171c87504c648ae23b1d81242bdf3bbf
444444

445445
PODFILE CHECKSUM: 79ce1c465caba661d8abf443587400c2a48c5974
446446

447-
COCOAPODS: 1.10.1
447+
COCOAPODS: 1.11.2

ios/sentry_react_native-tvOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.11</string>
18+
<string>2.0.12</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>11</string>
22+
<string>12</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true />
2525
<key>NSAppTransportSecurity</key>

ios/sentry_react_native-tvOSTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.11</string>
18+
<string>2.0.12</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>11</string>
22+
<string>12</string>
2323
</dict>
2424
</plist>

ios/sentry_react_native.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@
670670
buildSettings = {
671671
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
672672
CLANG_ENABLE_MODULES = YES;
673-
CURRENT_PROJECT_VERSION = 10;
673+
CURRENT_PROJECT_VERSION = 11;
674674
ENABLE_BITCODE = NO;
675675
INFOPLIST_FILE = sentry_react_native/Info.plist;
676676
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -693,7 +693,7 @@
693693
buildSettings = {
694694
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
695695
CLANG_ENABLE_MODULES = YES;
696-
CURRENT_PROJECT_VERSION = 10;
696+
CURRENT_PROJECT_VERSION = 11;
697697
INFOPLIST_FILE = sentry_react_native/Info.plist;
698698
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
699699
OTHER_LDFLAGS = (

ios/sentry_react_native/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.0.11</string>
20+
<string>2.0.12</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>11</string>
24+
<string>12</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true />
2727
<key>NSAppTransportSecurity</key>

ios/sentry_react_nativeTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.11</string>
18+
<string>2.0.12</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>11</string>
22+
<string>12</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)