Browse Source

Updated appstore link

keplyx 4 years ago
parent
commit
01a55c8b89
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      app.json
  2. 1
    1
      screens/About/AboutScreen.js

+ 1
- 1
app.json View File

@@ -10,7 +10,7 @@
10 10
       "android",
11 11
       "web"
12 12
     ],
13
-    "version": "1.0.0",
13
+    "version": "1.0.1",
14 14
     "orientation": "portrait",
15 15
     "primaryColor": "#be1522",
16 16
     "icon": "./assets/android.icon.png",

+ 1
- 1
screens/About/AboutScreen.js View File

@@ -11,7 +11,7 @@ import CustomMaterialIcon from "../../components/CustomMaterialIcon";
11 11
 import AsyncStorageManager from "../../utils/AsyncStorageManager";
12 12
 
13 13
 const links = {
14
-    appstore: 'https://qwant.com',
14
+    appstore: 'https://apps.apple.com/us/app/campus-amicale-insat/id1477722148',
15 15
     playstore: 'https://play.google.com/store/apps/details?id=fr.amicaleinsat.application',
16 16
     expo: 'https://expo.io/@amicaleinsat/application-amicale',
17 17
     git: 'https://git.srv-falcon.etud.insa-toulouse.fr/vergnet/application-amicale/src/branch/master/README.md',

Loading…
Cancel
Save