Skip to content

Commit

Permalink
change to rawcdn for the versions.yaml file (#662)
Browse files Browse the repository at this point in the history
Co-authored-by: Ken Pugsley <>
  • Loading branch information
kenpugsley authored Apr 24, 2020
1 parent 8798711 commit 79ff0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/constants/versionCheck.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const APPSTORE_URL = 'itms-apps://itunes.apple.com/us/app/id1508266966';
export const PLAYSTORE_URL = 'market://details?id=org.pathcheck.covidsafepaths';
export const VERSION_URL =
'https://raw.githack.com/tripleblindmarket/covid-safe-paths/develop/versions.yaml';
'https://rawcdn.githack.com/tripleblindmarket/covid-safe-paths/master/versions.yaml';
export const YAML_MANDATORY_VERSION_KEY = 'mandatory upgrade version';
export const YAML_LATEST_VERSION_KEY = 'upgrade version';

0 comments on commit 79ff0ce

Please sign in to comment.