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

+ 2
- 2
screens/PlanexScreen.js View File

@@ -12,8 +12,8 @@ type Props = {
12 12
 
13 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 19
  * Class defining the app's planex screen.

Loading…
Cancel
Save