Skip to content

Commit 77412bb

Browse files
5.3.2
1 parent 8b64428 commit 77412bb

20 files changed

+6
-5
lines changed

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ android {
8989
minSdkVersion rootProject.ext.minSdkVersion
9090
targetSdkVersion rootProject.ext.targetSdkVersion
9191
versionCode 1
92-
versionName "5.3.1"
92+
versionName "5.3.2"
9393

9494
buildConfigField("boolean", "REACT_NATIVE_UNSTABLE_USE_RUNTIME_SCHEDULER_ALWAYS", (findProperty("reactNative.unstable_useRuntimeSchedulerAlways") ?: true).toString())
9595
}
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

ios/ObytesApp.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
);
367367
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
368368
PRODUCT_BUNDLE_IDENTIFIER = com.obytes.development;
369-
PRODUCT_NAME = ObytesApp;
369+
PRODUCT_NAME = "ObytesApp";
370370
SWIFT_OBJC_BRIDGING_HEADER = "ObytesApp/ObytesApp-Bridging-Header.h";
371371
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
372372
SWIFT_VERSION = 5.0;
@@ -394,7 +394,7 @@
394394
);
395395
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
396396
PRODUCT_BUNDLE_IDENTIFIER = com.obytes.development;
397-
PRODUCT_NAME = ObytesApp;
397+
PRODUCT_NAME = "ObytesApp";
398398
SWIFT_OBJC_BRIDGING_HEADER = "ObytesApp/ObytesApp-Bridging-Header.h";
399399
SWIFT_VERSION = 5.0;
400400
TARGETED_DEVICE_FAMILY = "1,2";
Loading

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>5.3.1</string>
22+
<string>5.3.2</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleURLTypes</key>
@@ -58,6 +58,7 @@
5858
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
5959
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
6060
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
61+
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
6162
</array>
6263
<key>UIAppFonts</key>
6364
<array>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obytesapp",
3-
"version": "5.3.1",
3+
"version": "5.3.2",
44
"private": true,
55
"main": "expo-router/entry",
66
"scripts": {

0 commit comments

Comments
 (0)