Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit f61d8fe

Browse files
committed
2.7.1
1 parent d249d50 commit f61d8fe

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ android {
144144
applicationId "com.swaglabsmobileapp"
145145
minSdkVersion rootProject.ext.minSdkVersion
146146
targetSdkVersion rootProject.ext.targetSdkVersion
147-
versionCode 11
148-
versionName "2.7.0"
147+
versionCode 12
148+
versionName "2.7.1"
149149
missingDimensionStrategy 'react-native-camera', 'general'
150150
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
151151
multiDexEnabled true

ios/SwagLabsMobileApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@
467467
buildSettings = {
468468
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
469469
CLANG_ENABLE_MODULES = YES;
470-
CURRENT_PROJECT_VERSION = 11;
470+
CURRENT_PROJECT_VERSION = 12;
471471
DEAD_CODE_STRIPPING = NO;
472472
DEVELOPMENT_TEAM = 2ZQ6NMUD9U;
473473
INFOPLIST_FILE = SwagLabsMobileApp/Info.plist;
@@ -493,7 +493,7 @@
493493
buildSettings = {
494494
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
495495
CLANG_ENABLE_MODULES = YES;
496-
CURRENT_PROJECT_VERSION = 11;
496+
CURRENT_PROJECT_VERSION = 12;
497497
DEAD_CODE_STRIPPING = NO;
498498
DEVELOPMENT_TEAM = 2ZQ6NMUD9U;
499499
INFOPLIST_FILE = SwagLabsMobileApp/Info.plist;

ios/SwagLabsMobileApp/Info.plist

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.7.0</string>
20+
<string>2.7.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>
@@ -34,32 +34,32 @@
3434
</dict>
3535
</array>
3636
<key>CFBundleVersion</key>
37-
<string>11</string>
37+
<string>12</string>
3838
<key>LSRequiresIPhoneOS</key>
39-
<true/>
39+
<true />
4040
<key>NSAppTransportSecurity</key>
4141
<dict>
4242
<key>NSAllowsArbitraryLoads</key>
43-
<true/>
43+
<true />
4444
<key>NSExceptionDomains</key>
4545
<dict>
4646
<key>localhost</key>
4747
<dict>
4848
<key>NSExceptionAllowsInsecureHTTPLoads</key>
49-
<true/>
49+
<true />
5050
</dict>
5151
</dict>
5252
</dict>
5353
<key>NSPhotoLibraryAddUsageDescription</key>
54-
<string>$(PRODUCT_NAME) would like to save images to your device.</string>
55-
<key>NSPhotoLibraryUsageDescription</key>
56-
<string>$(PRODUCT_NAME) would like to save images to your device.</string>
54+
<string>$(PRODUCT_NAME) would like to save images to your device.</string>
55+
<key>NSPhotoLibraryUsageDescription</key>
56+
<string>$(PRODUCT_NAME) would like to save images to your device.</string>
5757
<key>NSCameraUsageDescription</key>
5858
<string>$(PRODUCT_NAME) requires camera access to use the QR-code scanner.</string>
5959
<key>NSFaceIDUsageDescription</key>
6060
<string>$(PRODUCT_NAME) requires FaceID access to allows you quick and secure access.</string>
6161
<key>NSLocationWhenInUseUsageDescription</key>
62-
<string></string>
62+
<string />
6363
<key>UIAppFonts</key>
6464
<array>
6565
<string>MuseoSans_500_Italic.otf</string>
@@ -104,6 +104,6 @@
104104
<string>UIInterfaceOrientationPortrait</string>
105105
</array>
106106
<key>UIViewControllerBasedStatusBarAppearance</key>
107-
<false/>
107+
<false />
108108
</dict>
109109
</plist>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SwagLabsMobileApp",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"private": true,
55
"scripts": {
66
"start": "react-native start",

0 commit comments

Comments
 (0)