Skip to content

Commit

Permalink
cordova-angular: set plugin version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Aug 16, 2021
1 parent 5f07c64 commit 97f3358
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cordova-angularjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ With your device connected, run the following commands from terminal:

The app itself will show the sequence of events; these events are also output to logcat

On newer versions of Cordova, clear text http connections might not be allowed, for which you might have to add `android:usesCleartextTraffic="true"` in the `application` tag inside "AndroidManifest.xml".

### Starting Over

If you want to clean out the cordova app and start over, use `gulp clean:cordova`. Then start over with the instructions in this section.
2 changes: 1 addition & 1 deletion cordova-angularjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"jshint": "jshint ./src/client/app/app.js && jshint ./src/server/main.js",
"setup-cordova": "mkdirp ./cordova && pushd ./cordova && cordova create ExampleCordovaAngular && npm run add-platforms && npm run add-plugins && popd",
"add-platforms": "pushd ./cordova/ExampleCordovaAngular && cordova platform add ios android && popd",
"add-plugins": "pushd ./cordova/ExampleCordovaAngular && cordova plugin add nodejs-mobile-cordova@0.4.1 && cordova plugin add cordova-plugin-file && cordova plugin add cordova-plugin-console && popd"
"add-plugins": "pushd ./cordova/ExampleCordovaAngular && cordova plugin add nodejs-mobile-cordova@0.4.3 && cordova plugin add cordova-plugin-file && cordova plugin add cordova-plugin-console && popd"
},
"keywords": [
"mobile",
Expand Down

0 comments on commit 97f3358

Please sign in to comment.