Skip to content

Commit

Permalink
Also update the deploy path in the native code.
Browse files Browse the repository at this point in the history
  • Loading branch information
tasn committed Jan 21, 2021
1 parent 4f1f3dc commit d6b2d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
>
<meta-data android:name="expo.modules.updates.EXPO_UPDATE_URL" android:value="https://expo.etesync.com/etesync-notes/release/1/android-index.json" />
<meta-data android:name="expo.modules.updates.EXPO_UPDATE_URL" android:value="https://expo.etesync.com/etesync-notes/release/2/android-index.json" />
<meta-data android:name="expo.modules.updates.EXPO_SDK_VERSION" android:value="39.0.0" />
<meta-data android:name="expo.modules.updates.ENABLED" android:value="true"/>
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_CHECK_ON_LAUNCH" android:value="NEVER"/>
Expand Down
2 changes: 1 addition & 1 deletion ios/EteSyncNotes/Supporting/Expo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>EXUpdatesSDKVersion</key>
<string>39.0.0</string>
<key>EXUpdatesURL</key>
<string>https://expo.etesync.com/etesync-notes/release/1/ios-index.json</string>
<string>https://expo.etesync.com/etesync-notes/release/2/ios-index.json</string>
<key>EXUpdatesEnabled</key>
<true/>
<key>EXUpdatesCheckOnLaunch</key>
Expand Down

0 comments on commit d6b2d09

Please sign in to comment.