Skip to content

Commit a843d8b

Browse files
authored
Merge pull request #31 from cstavitsky/2.0.15
2.0.15 release artifacts
2 parents 972847e + ce831c8 commit a843d8b

File tree

13 files changed

+26
-26
lines changed

13 files changed

+26
-26
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 13
142-
versionName "2.0.13"
141+
versionCode 15
142+
versionName "2.0.15"
143143
}
144144
splits {
145145
abi {

app-debug.apk

-9 Bytes
Binary file not shown.

app-release.apk

1.34 KB
Binary file not shown.

ios/Podfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ PODS:
205205
- React-jsi (= 0.64.0)
206206
- React-perflogger (= 0.64.0)
207207
- React-jsinspector (0.64.0)
208-
- react-native-safe-area-context (3.4.1):
208+
- react-native-safe-area-context (3.3.2):
209209
- React-Core
210210
- React-perflogger (0.64.0)
211211
- React-RCTActionSheet (0.64.0):
@@ -275,16 +275,16 @@ PODS:
275275
- React
276276
- RNGestureHandler (1.10.3):
277277
- React-Core
278-
- RNReanimated (1.13.4):
278+
- RNReanimated (1.13.3):
279279
- React-Core
280280
- RNScreens (2.18.1):
281281
- React-Core
282-
- RNSentry (3.4.1):
282+
- RNSentry (3.2.13):
283283
- React-Core
284-
- Sentry (= 7.11.0)
285-
- Sentry (7.11.0):
286-
- Sentry/Core (= 7.11.0)
287-
- Sentry/Core (7.11.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:
@@ -421,7 +421,7 @@ SPEC CHECKSUMS:
421421
React-jsi: 74341196d9547cbcbcfa4b3bbbf03af56431d5a1
422422
React-jsiexecutor: 06a9c77b56902ae7ffcdd7a4905f664adc5d237b
423423
React-jsinspector: 0ae35a37b20d5e031eb020a69cc5afdbd6406301
424-
react-native-safe-area-context: 9e40fb181dac02619414ba1294d6c2a807056ab9
424+
react-native-safe-area-context: 584dc04881deb49474363f3be89e4ca0e854c057
425425
React-perflogger: 9c547d8f06b9bf00cb447f2b75e8d7f19b7e02af
426426
React-RCTActionSheet: 3080b6e12e0e1a5b313c8c0050699b5c794a1b11
427427
React-RCTAnimation: 3f96f21a497ae7dabf4d2f150ee43f906aaf516f
@@ -436,10 +436,10 @@ SPEC CHECKSUMS:
436436
ReactCommon: cfe2b7fd20e0dbd2d1185cd7d8f99633fbc5ff05
437437
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
438438
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
439-
RNReanimated: c1b56d030d1616239861534d9adb531f8cffab68
439+
RNReanimated: 514a11da3a2bcc6c3dfd9de32b38e2b9bf101926
440440
RNScreens: f7ad633b2e0190b77b6a7aab7f914fad6f198d8d
441-
RNSentry: fbbdcd7213058e3de5fbaa452b25a06a16b4b382
442-
Sentry: 0c5cd63d714187b4a39c331c1f0eb04ba7868341
441+
RNSentry: 0aa1567f66c20390f3834637fc4f73380dcd0774
442+
Sentry: 2f7e91f247cfb05b05bd01e0b5d0692557a7687b
443443
Yoga: 8c8436d4171c87504c648ae23b1d81242bdf3bbf
444444

445445
PODFILE CHECKSUM: 79ce1c465caba661d8abf443587400c2a48c5974

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.13</string>
18+
<string>2.0.15</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>13</string>
22+
<string>15</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.13</string>
18+
<string>2.0.15</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>13</string>
22+
<string>15</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 = 12;
673+
CURRENT_PROJECT_VERSION = 14;
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 = 12;
696+
CURRENT_PROJECT_VERSION = 14;
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.13</string>
20+
<string>2.0.15</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>13</string>
24+
<string>15</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.13</string>
18+
<string>2.0.15</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>13</string>
22+
<string>15</string>
2323
</dict>
2424
</plist>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)