Skip to content

Commit c612657

Browse files
committed
updated capacitor
1 parent a25804f commit c612657

File tree

63 files changed

+26
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+26
-16
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"test": "echo \"No test specified\" && exit 0"
4949
},
5050
"dependencies": {
51-
"@capacitor/core": "^4.6.2",
52-
"@capacitor/device": "^4.1.0",
53-
"@capacitor/network": "^4.1.0",
51+
"@capacitor/core": "^5.0.0",
52+
"@capacitor/device": "^5.0.0",
53+
"@capacitor/network": "^5.0.0",
5454
"@coders-tm/vue-number-format": "^3.2.0",
5555
"@fortawesome/fontawesome-pro": "^6.1.2",
5656
"@ionic/storage": "^3.0.6",

public/favicon.ico

-31.3 KB
Binary file not shown.

public/icons/favicon-128x128.png

-240 Bytes

public/icons/favicon-16x16.png

35 Bytes

public/icons/favicon-32x32.png

61 Bytes

public/icons/favicon-96x96.png

-74 Bytes

src-capacitor/android/app/capacitor.build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ android {
1010
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
1111
dependencies {
1212
implementation project(':capacitor-app')
13+
implementation project(':capacitor-device')
1314
implementation project(':capacitor-splash-screen')
1415
implementation project(':jcesarmobile-ssl-skip')
1516

-4.2 KB
-1.63 KB
-5 KB

0 commit comments

Comments
 (0)