Skip to content

Commit 033887b

Browse files
committed
Step 11.2: Fix failed-to-restore-cordova-plugin-statusbar issue
1 parent 772b2db commit 033887b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"cordova-plugin-device": "^1.1.4",
3737
"cordova-plugin-ionic-webview": "^1.1.15",
3838
"cordova-plugin-splashscreen": "^4.0.3",
39-
"cordova-plugin-statusbar": "git+https://github.com/apache/cordova-plugin-statusbar.git",
39+
"cordova-plugin-statusbar": "https://github.com/apache/cordova-plugin-statusbar.git",
4040
"cordova-plugin-whitelist": "^1.3.1",
4141
"ionic-angular": "3.7.1",
4242
"ionic-plugin-keyboard": "^2.2.1",
@@ -76,4 +76,4 @@
7676
"android"
7777
]
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)