Skip to content

Commit 15fb6ee

Browse files
7.0.3
1 parent 83ccc42 commit 15fb6ee

21 files changed

+25
-3
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.2"
95+
versionName "7.0.3"
9696
}
9797
signingConfigs {
9898
debug {
-4 Bytes
Binary file not shown.
32 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.
3 Bytes
Binary file not shown.
-22 Bytes
Binary file not shown.
3 Bytes
Binary file not shown.
-3 Bytes
Binary file not shown.
-51 Bytes
Binary file not shown.
-5 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
-43 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.
-49 Bytes
Binary file not shown.
-209 Bytes
Binary file not shown.
-59 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,16 +2,34 @@
22
"images": [
33
{
44
"idiom": "universal",
5+
"appearances": [
6+
{
7+
"appearance": "luminosity",
8+
"value": "light"
9+
}
10+
],
511
"filename": "image.png",
612
"scale": "1x"
713
},
814
{
915
"idiom": "universal",
16+
"appearances": [
17+
{
18+
"appearance": "luminosity",
19+
"value": "light"
20+
}
21+
],
1022
"filename": "[email protected]",
1123
"scale": "2x"
1224
},
1325
{
1426
"idiom": "universal",
27+
"appearances": [
28+
{
29+
"appearance": "luminosity",
30+
"value": "light"
31+
}
32+
],
1533
"filename": "[email protected]",
1634
"scale": "3x"
1735
}

Diff for: ios/ObytesApp/Info.plist

+1-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.2</string>
22+
<string>7.0.3</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleURLTypes</key>

Diff for: ios/ObytesApp/SplashScreen.storyboard

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<color key="backgroundColor" name="SplashScreenBackground"/>
3030
<color key="backgroundColor" name="SplashScreenBackground"/>
3131
<color key="backgroundColor" name="SplashScreenBackground"/>
32+
<color key="backgroundColor" name="SplashScreenBackground"/>
3233
</view>
3334
</viewController>
3435
<placeholder placeholderIdentifier="IBFirstResponder" id="EXPO-PLACEHOLDER-1" userLabel="First Responder" sceneMemberID="firstResponder"/>
@@ -50,5 +51,8 @@
5051
<namedColor name="SplashScreenBackground">
5152
<color alpha="1.000" blue="0.294117647058824" green="0.235294117647059" red="0.180392156862745" customColorSpace="sRGB" colorSpace="custom"/>
5253
</namedColor>
54+
<namedColor name="SplashScreenBackground">
55+
<color alpha="1.000" blue="0.294117647058824" green="0.235294117647059" red="0.180392156862745" customColorSpace="sRGB" colorSpace="custom"/>
56+
</namedColor>
5357
</resources>
5458
</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.2",
3+
"version": "7.0.3",
44
"private": true,
55
"main": "expo-router/entry",
66
"scripts": {

0 commit comments

Comments
 (0)