Skip to content

Commit e9b6960

Browse files
committed
3.4.0
1 parent b83781d commit e9b6960

35 files changed

+5
-5
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ android {
119119
minSdkVersion rootProject.ext.minSdkVersion
120120
targetSdkVersion rootProject.ext.targetSdkVersion
121121
versionCode 1
122-
versionName "3.3.1"
122+
versionName "3.4.0"
123123
}
124124

125125
splits {

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta-data android:name="expo.modules.updates.EXPO_SDK_VERSION" android:value="48.0.0"/>
1717
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_CHECK_ON_LAUNCH" android:value="ALWAYS"/>
1818
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_LAUNCH_WAIT_MS" android:value="0"/>
19-
<meta-data android:name="expo.modules.updates.EXPO_UPDATE_URL" android:value="https://exp.host/@sbendaia/obytesapp"/>
19+
<meta-data android:name="expo.modules.updates.EXPO_UPDATE_URL" android:value="https://exp.host/@yjose/obytesapp"/>
2020
<activity android:name=".MainActivity" android:label="@string/app_name" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode" android:launchMode="singleTask" android:windowSoftInputMode="adjustResize" android:theme="@style/Theme.App.SplashScreen" android:exported="true" android:screenOrientation="portrait">
2121
<intent-filter>
2222
<action android:name="android.intent.action.MAIN"/>
32 Bytes
Loading
32 Bytes
Loading
44 Bytes
Loading
1 Byte
Loading
1 Byte
Loading
14 Bytes
Loading
79 Bytes
Loading
79 Bytes
Loading

0 commit comments

Comments
 (0)