You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2021/07/13 06:51:31 UTC

[cordova-android] branch master updated (70a1eff -> 1f0ea17)

This is an automated email from the ASF dual-hosted git repository.

raphinesse pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git.


    from 70a1eff  refactor: use target SDK of built APK to determine best emulator (#1267)
     add 1f0ea17  refactor: do not infer project root from script location (#1265)

No new revisions were added by this update.

Summary of changes:
 bin/lib/create.js                                  |  2 +-
 bin/templates/cordova/Api.js                       |  4 +-
 .../cordova/lib/builders/ProjectBuilder.js         |  4 +-
 bin/templates/cordova/lib/check_reqs.js            | 27 +++++---
 bin/templates/cordova/lib/run.js                   |  6 +-
 bin/templates/cordova/lib/target.js                |  5 +-
 spec/e2e/e2e.spec.js                               | 74 ++++++++++++++++++++++
 spec/e2e/plugin.spec.js                            | 72 ---------------------
 spec/unit/builders/ProjectBuilder.spec.js          |  8 +--
 spec/unit/builders/builders.spec.js                |  4 +-
 spec/unit/check_reqs.spec.js                       |  9 +--
 spec/unit/prepare.spec.js                          |  2 +-
 spec/unit/run.spec.js                              | 18 +++++-
 spec/unit/target.spec.js                           | 31 ++++-----
 14 files changed, 142 insertions(+), 124 deletions(-)
 create mode 100644 spec/e2e/e2e.spec.js
 delete mode 100644 spec/e2e/plugin.spec.js

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org