diff --git a/README.md b/README.md
new file mode 100644
index 0000000..dab8290
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+# Application Basket
+Ce repository utilise Cordova pour build sur electron / android et web.
+
+## contribuer
+Dans le code ou dans la documentation, merci d'ecrire en anglais si possible
diff --git a/config.xml b/config.xml
index db4b7dc..27fa3b0 100644
--- a/config.xml
+++ b/config.xml
@@ -8,4 +8,8 @@
+
+
+
+
diff --git a/package-lock.json b/package-lock.json
index 32d5380..ee63aa9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "Apache-2.0",
"devDependencies": {
- "cordova-android": "^10.1.2",
+ "cordova-android": "^11.0.0",
"cordova-browser": "^6.0.0",
"cordova-electron": "^3.1.0"
}
@@ -1248,25 +1248,25 @@
"dev": true
},
"node_modules/cordova-android": {
- "version": "10.1.2",
- "resolved": "https://registry.npmjs.org/cordova-android/-/cordova-android-10.1.2.tgz",
- "integrity": "sha512-F28+NvgKO4ZhKFkqctCOh62mhVoNyUuRQh/F/nqp+Sti4ODv2rUa6UeW18khhdYTjlDeihHQsPqxvB7mI6fVYA==",
+ "version": "11.0.0",
+ "resolved": "https://registry.npmjs.org/cordova-android/-/cordova-android-11.0.0.tgz",
+ "integrity": "sha512-ZhvSF5BYY8gmrAu1PtMPdHFsRoom/emT4OtTcecmh3Zj22900y4Golg5whhBPcYcTPC7BU6PG/EmG9BBHcX9tQ==",
"dev": true,
"dependencies": {
"android-versions": "^1.7.0",
"cordova-common": "^4.0.2",
"execa": "^5.1.1",
- "fast-glob": "^3.2.7",
- "fs-extra": "^10.0.0",
+ "fast-glob": "^3.2.11",
+ "fs-extra": "^10.1.0",
"is-path-inside": "^3.0.3",
"nopt": "^5.0.0",
"properties-parser": "^0.3.1",
- "semver": "^7.3.5",
+ "semver": "^7.3.7",
"untildify": "^4.0.0",
"which": "^2.0.2"
},
"engines": {
- "node": ">=12.0.0"
+ "node": ">=14.0.0"
}
},
"node_modules/cordova-browser": {
@@ -5807,20 +5807,20 @@
"dev": true
},
"cordova-android": {
- "version": "10.1.2",
- "resolved": "https://registry.npmjs.org/cordova-android/-/cordova-android-10.1.2.tgz",
- "integrity": "sha512-F28+NvgKO4ZhKFkqctCOh62mhVoNyUuRQh/F/nqp+Sti4ODv2rUa6UeW18khhdYTjlDeihHQsPqxvB7mI6fVYA==",
+ "version": "11.0.0",
+ "resolved": "https://registry.npmjs.org/cordova-android/-/cordova-android-11.0.0.tgz",
+ "integrity": "sha512-ZhvSF5BYY8gmrAu1PtMPdHFsRoom/emT4OtTcecmh3Zj22900y4Golg5whhBPcYcTPC7BU6PG/EmG9BBHcX9tQ==",
"dev": true,
"requires": {
"android-versions": "^1.7.0",
"cordova-common": "^4.0.2",
"execa": "^5.1.1",
- "fast-glob": "^3.2.7",
- "fs-extra": "^10.0.0",
+ "fast-glob": "^3.2.11",
+ "fs-extra": "^10.1.0",
"is-path-inside": "^3.0.3",
"nopt": "^5.0.0",
"properties-parser": "^0.3.1",
- "semver": "^7.3.5",
+ "semver": "^7.3.7",
"untildify": "^4.0.0",
"which": "^2.0.2"
}
diff --git a/package.json b/package.json
index d96bec7..b6a97b8 100644
--- a/package.json
+++ b/package.json
@@ -13,15 +13,16 @@
"author": "Apache Cordova Team",
"license": "Apache-2.0",
"devDependencies": {
- "cordova-android": "^10.1.2",
+ "cordova-android": "^11.0.0",
"cordova-browser": "^6.0.0",
"cordova-electron": "^3.1.0"
},
"cordova": {
"platforms": [
- "android",
"electron",
- "browser"
- ]
+ "browser",
+ "android"
+ ],
+ "plugins": {}
}
}
\ No newline at end of file
diff --git a/www/counter/index.html b/www/counter/index.html
index c532488..416e58b 100644
--- a/www/counter/index.html
+++ b/www/counter/index.html
@@ -11,6 +11,7 @@
+
diff --git a/www/index.html b/www/index.html
index 716987c..2a08da5 100644
--- a/www/index.html
+++ b/www/index.html
@@ -1,50 +1,16 @@
-
-
-
-
-
-
-
-
-
-
-
- Hello World
-
-
-
-
Apache Cordova
-
-
Connecting to Device
-
Device is Ready
-
-
-
-
-
-
+
+