Skip to content

Commit 6450346

Browse files
6.1.0
1 parent 54a2be1 commit 6450346

21 files changed

+6
-4
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 "6.0.0"
92+
versionName "6.1.0"
9393
}
9494
signingConfigs {
9595
debug {
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

android/app/src/main/res/values/styles.xml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
66
<item name="colorPrimary">@color/colorPrimary</item>
77
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
8+
<item name="android:statusBarColor">#2E3C4B</item>
89
</style>
910
<style name="ResetEditText" parent="@android:style/Widget.EditText">
1011
<item name="android:padding">0dp</item>
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>6.0.0</string>
22+
<string>6.1.0</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleURLTypes</key>
@@ -55,6 +55,7 @@
5555
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
5656
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
5757
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
58+
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
5859
</array>
5960
<key>UIAppFonts</key>
6061
<array>

ios/Podfile.properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"EX_DEV_CLIENT_NETWORK_INSPECTOR": "true",
44
"apple.extraPods": "[]",
55
"apple.ccacheEnabled": "false",
6-
"apple.privacyManifestAggregationEnabled": "false"
6+
"apple.privacyManifestAggregationEnabled": "true"
77
}

package.json

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

0 commit comments

Comments
 (0)