Skip to content

Commit 00474ed

Browse files
6.3.4
1 parent 632714f commit 00474ed

20 files changed

+7
-6
lines changed

Diff for: android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ android {
115115
minSdkVersion rootProject.ext.minSdkVersion
116116
targetSdkVersion rootProject.ext.targetSdkVersion
117117
versionCode 1
118-
versionName "6.3.3"
118+
versionName "6.3.4"
119119
}
120120
signingConfigs {
121121
debug {

Diff for: android/app/src/main/res/mipmap-hdpi/ic_launcher.png

-15 Bytes
Loading
-15 Bytes
Loading
-23 Bytes
Loading

Diff for: android/app/src/main/res/mipmap-mdpi/ic_launcher.png

-8 Bytes
Loading
-8 Bytes
Loading
-6 Bytes
Loading
11 Bytes
Loading
11 Bytes
Loading
5 Bytes
Loading
-6 Bytes
Loading
Loading
-4 Bytes
Loading
87 Bytes
Loading
Loading
152 Bytes
Loading

Diff for: ios/ObytesApp.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
);
373373
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
374374
PRODUCT_BUNDLE_IDENTIFIER = com.obytes.development;
375-
PRODUCT_NAME = ObytesApp;
375+
PRODUCT_NAME = "ObytesApp";
376376
SWIFT_OBJC_BRIDGING_HEADER = "ObytesApp/ObytesApp-Bridging-Header.h";
377377
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
378378
SWIFT_VERSION = 5.0;
@@ -400,7 +400,7 @@
400400
);
401401
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
402402
PRODUCT_BUNDLE_IDENTIFIER = com.obytes.development;
403-
PRODUCT_NAME = ObytesApp;
403+
PRODUCT_NAME = "ObytesApp";
404404
SWIFT_OBJC_BRIDGING_HEADER = "ObytesApp/ObytesApp-Bridging-Header.h";
405405
SWIFT_VERSION = 5.0;
406406
TARGETED_DEVICE_FAMILY = "1,2";
-569 Bytes
Loading

Diff for: ios/ObytesApp/Info.plist

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>6.3.3</string>
22+
<string>6.3.4</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleURLTypes</key>
@@ -57,6 +57,7 @@
5757
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
5858
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
5959
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
60+
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
6061
</array>
6162
<key>UIAppFonts</key>
6263
<array>

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obytesapp",
3-
"version": "6.3.3",
3+
"version": "6.3.4",
44
"private": true,
55
"main": "expo-router/entry",
66
"scripts": {
@@ -127,4 +127,4 @@
127127
"url": "git+https://github.com/obytes/react-native-template-obytes.git"
128128
},
129129
"packageManager": "[email protected]"
130-
}
130+
}

0 commit comments

Comments
 (0)