Browse Source

Updated version + fixed planex css cache not updating

keplyx 4 years ago
parent
commit
bec015bce9
2 changed files with 4 additions and 4 deletions
  1. 2
    2
      app.json
  2. 2
    2
      screens/PlanexScreen.js

+ 2
- 2
app.json View File

10
       "android",
10
       "android",
11
       "web"
11
       "web"
12
     ],
12
     ],
13
-    "version": "1.2.0",
13
+    "version": "1.3.0",
14
     "orientation": "portrait",
14
     "orientation": "portrait",
15
     "primaryColor": "#be1522",
15
     "primaryColor": "#be1522",
16
     "icon": "./assets/android.icon.png",
16
     "icon": "./assets/android.icon.png",
36
     },
36
     },
37
     "android": {
37
     "android": {
38
       "package": "fr.amicaleinsat.application",
38
       "package": "fr.amicaleinsat.application",
39
-      "versionCode": 9,
39
+      "versionCode": 10,
40
       "icon": "./assets/android.icon.png",
40
       "icon": "./assets/android.icon.png",
41
       "adaptiveIcon": {
41
       "adaptiveIcon": {
42
         "foregroundImage": "./assets/android.adaptive-icon.png",
42
         "foregroundImage": "./assets/android.adaptive-icon.png",

+ 2
- 2
screens/PlanexScreen.js View File

12
 
12
 
13
 const PLANEX_URL = 'http://planex.insa-toulouse.fr/';
13
 const PLANEX_URL = 'http://planex.insa-toulouse.fr/';
14
 
14
 
15
-const CUSTOM_CSS_GENERAL = 'https://srv-falcon.etud.insa-toulouse.fr/~amicale_app/custom_css/planex/customMobile.css';
16
-const CUSTOM_CSS_NIGHTMODE = 'https://srv-falcon.etud.insa-toulouse.fr/~amicale_app/custom_css/planex/customDark.css';
15
+const CUSTOM_CSS_GENERAL = 'https://srv-falcon.etud.insa-toulouse.fr/~amicale_app/custom_css/planex/customMobile2.css';
16
+const CUSTOM_CSS_NIGHTMODE = 'https://srv-falcon.etud.insa-toulouse.fr/~amicale_app/custom_css/planex/customDark2.css';
17
 
17
 
18
 /**
18
 /**
19
  * Class defining the app's planex screen.
19
  * Class defining the app's planex screen.

Loading…
Cancel
Save