File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
sentry_react_native.xcodeproj Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ android {
75
75
applicationId " com.sentry_react_native"
76
76
minSdkVersion rootProject. ext. minSdkVersion
77
77
targetSdkVersion rootProject. ext. targetSdkVersion
78
- versionCode 19
79
- versionName " 999.0.0 "
78
+ versionCode 20
79
+ versionName " 3.1.6 "
80
80
}
81
81
signingConfigs {
82
82
debug {
Original file line number Diff line number Diff line change 395
395
buildSettings = {
396
396
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
397
397
CLANG_ENABLE_MODULES = YES;
398
- CURRENT_PROJECT_VERSION = 19 ;
398
+ CURRENT_PROJECT_VERSION = 20 ;
399
399
ENABLE_BITCODE = NO;
400
400
INFOPLIST_FILE = sentry_react_native/Info.plist;
401
401
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
423
423
buildSettings = {
424
424
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
425
425
CLANG_ENABLE_MODULES = YES;
426
- CURRENT_PROJECT_VERSION = 19 ;
426
+ CURRENT_PROJECT_VERSION = 20 ;
427
427
INFOPLIST_FILE = sentry_react_native/Info.plist;
428
428
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
429
429
LD_RUNPATH_SEARCH_PATHS = (
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >999.0.0 </string >
20
+ <string >3.1.6 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >19 </string >
24
+ <string >20 </string >
25
25
<key >LSRequiresIPhoneOS </key >
26
26
<true />
27
27
<key >NSAppTransportSecurity </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >999.0.0 </string >
18
+ <string >3.1.6 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >19 </string >
22
+ <string >20 </string >
23
23
</dict >
24
24
</plist >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sentry_react_native" ,
3
- "version" : " 999.0.0 " ,
3
+ "version" : " 3.1.6 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build-dev-android" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments