Skip to content

Commit 878fc49

Browse files
7.0.5
1 parent 8b518f1 commit 878fc49

21 files changed

+5
-41
lines changed

Diff for: android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ android {
9292
minSdkVersion rootProject.ext.minSdkVersion
9393
targetSdkVersion rootProject.ext.targetSdkVersion
9494
versionCode 1
95-
versionName "7.0.4"
95+
versionName "7.0.5"
9696
}
9797
signingConfigs {
9898
debug {
1 Byte
Binary file not shown.
49 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.
34 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
7 Bytes
Binary file not shown.
Binary file not shown.
9 Bytes
Binary file not shown.
33 Bytes
Binary file not shown.
Binary file not shown.
34 Bytes
Binary file not shown.
33 Bytes
Binary file not shown.
Binary file not shown.
28 Bytes
Binary file not shown.
Loading

Diff for: ios/ObytesApp/Images.xcassets/SplashScreenLogo.imageset/Contents.json

-18
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,16 @@
22
"images": [
33
{
44
"idiom": "universal",
5-
"appearances": [
6-
{
7-
"appearance": "luminosity",
8-
"value": "light"
9-
}
10-
],
115
"filename": "image.png",
126
"scale": "1x"
137
},
148
{
159
"idiom": "universal",
16-
"appearances": [
17-
{
18-
"appearance": "luminosity",
19-
"value": "light"
20-
}
21-
],
2210
"filename": "[email protected]",
2311
"scale": "2x"
2412
},
2513
{
2614
"idiom": "universal",
27-
"appearances": [
28-
{
29-
"appearance": "luminosity",
30-
"value": "light"
31-
}
32-
],
3315
"filename": "[email protected]",
3416
"scale": "3x"
3517
}

Diff for: ios/ObytesApp/Info.plist

+3-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>7.0.4</string>
22+
<string>7.0.5</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleURLTypes</key>
@@ -40,6 +40,8 @@
4040
</array>
4141
<key>CFBundleVersion</key>
4242
<string>1</string>
43+
<key>ITSAppUsesNonExemptEncryption</key>
44+
<false/>
4345
<key>LSMinimumSystemVersion</key>
4446
<string>12.0</string>
4547
<key>LSRequiresIPhoneOS</key>

Diff for: ios/ObytesApp/SplashScreen.storyboard

-20
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@
2626
<constraint firstItem="EXPO-SplashScreen" firstAttribute="centerY" secondItem="EXPO-ContainerView" secondAttribute="centerY" id="1a145271b085b6ce89b1405a310f5b1bb7656595"/>
2727
</constraints>
2828
<color key="backgroundColor" name="SplashScreenBackground"/>
29-
<color key="backgroundColor" name="SplashScreenBackground"/>
30-
<color key="backgroundColor" name="SplashScreenBackground"/>
31-
<color key="backgroundColor" name="SplashScreenBackground"/>
32-
<color key="backgroundColor" name="SplashScreenBackground"/>
33-
<color key="backgroundColor" name="SplashScreenBackground"/>
3429
</view>
3530
</viewController>
3631
<placeholder placeholderIdentifier="IBFirstResponder" id="EXPO-PLACEHOLDER-1" userLabel="First Responder" sceneMemberID="firstResponder"/>
@@ -43,20 +38,5 @@
4338
<namedColor name="SplashScreenBackground">
4439
<color alpha="1.000" blue="0.294117647058824" green="0.235294117647059" red="0.180392156862745" customColorSpace="sRGB" colorSpace="custom"/>
4540
</namedColor>
46-
<namedColor name="SplashScreenBackground">
47-
<color alpha="1.000" blue="0.294117647058824" green="0.235294117647059" red="0.180392156862745" customColorSpace="sRGB" colorSpace="custom"/>
48-
</namedColor>
49-
<namedColor name="SplashScreenBackground">
50-
<color alpha="1.000" blue="0.294117647058824" green="0.235294117647059" red="0.180392156862745" customColorSpace="sRGB" colorSpace="custom"/>
51-
</namedColor>
52-
<namedColor name="SplashScreenBackground">
53-
<color alpha="1.000" blue="0.294117647058824" green="0.235294117647059" red="0.180392156862745" customColorSpace="sRGB" colorSpace="custom"/>
54-
</namedColor>
55-
<namedColor name="SplashScreenBackground">
56-
<color alpha="1.000" blue="0.294117647058824" green="0.235294117647059" red="0.180392156862745" customColorSpace="sRGB" colorSpace="custom"/>
57-
</namedColor>
58-
<namedColor name="SplashScreenBackground">
59-
<color alpha="1.000" blue="0.294117647058824" green="0.235294117647059" red="0.180392156862745" customColorSpace="sRGB" colorSpace="custom"/>
60-
</namedColor>
6141
</resources>
6242
</document>

Diff for: package.json

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

0 commit comments

Comments
 (0)