All checks were successful
Ascently - Docs Deploy / build-and-push (push) Successful in 5m14s
18 lines
514 B
TypeScript
18 lines
514 B
TypeScript
export const requirements = {
|
|
android: "Android 12+",
|
|
ios: "iOS 17+",
|
|
} as const;
|
|
|
|
export const downloadLinks = {
|
|
android: {
|
|
releases: "https://git.atri.dad/atridad/Ascently/tags?q=Android",
|
|
obtainium:
|
|
"https://apps.obtainium.imranr.dev/redirect?r=obtainium://add/https://git.atri.dad/atridad/Ascently/releases",
|
|
playStore: "",
|
|
},
|
|
ios: {
|
|
appStore: "https://apps.apple.com/ca/app/ascently/id6753959144",
|
|
testFlight: "https://testflight.apple.com/join/E2DYRGH8",
|
|
},
|
|
} as const;
|