Compare commits

...

7 Commits

Author SHA1 Message Date
Jan Piotrowski 3643cbb554 Update .travis.yml 2019-07-05 15:50:34 +02:00
Jan Piotrowski 36956c0f2b Update .travis.yml 2019-07-05 15:49:48 +02:00
Jan Piotrowski 361b1862b2 Update .travis.yml 2019-07-05 15:49:12 +02:00
Jan Piotrowski 388d82036d Update .travis.yml 2019-07-05 15:43:47 +02:00
Jan Piotrowski 35d79b481e Update .travis.yml 2019-07-05 15:35:30 +02:00
Jan Piotrowski 6ae1e58945 temp: Test janpio-androidx branch of paramedic 2019-07-05 14:36:34 +02:00
Jan Piotrowski db4b4b947d chore(release): 4.1.1-dev 2019-06-27 21:04:04 +02:00
5 changed files with 8 additions and 5 deletions
+4 -1
View File
@@ -79,6 +79,9 @@ matrix:
- env: PLATFORM=android-9.0
<<: *_android
- env: PLATFORM=android-9.0-androidx
<<: *_android
before_install:
# manually install Node for `language: android`
- if [[ "$PLATFORM" =~ android ]]; then nvm install $TRAVIS_NODE_VERSION; fi
@@ -87,7 +90,7 @@ before_install:
- if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi
- npm install -g cordova
# install paramedic if not running on paramedic repo
- if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g github:apache/cordova-paramedic; fi
- if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g github:apache/cordova-paramedic#janpio-androidx; fi
install:
- npm install
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-camera",
"version": "4.1.0",
"version": "4.1.1-dev",
"description": "Cordova Camera Plugin",
"types": "./types/index.d.ts",
"cordova": {
+1 -1
View File
@@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-camera"
version="4.1.0">
version="4.1.1-dev">
<name>Camera</name>
<description>Cordova Camera Plugin</description>
<license>Apache 2.0</license>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-camera-tests",
"version": "4.1.0",
"version": "4.1.1-dev",
"description": "",
"cordova": {
"id": "cordova-plugin-camera-tests",
+1 -1
View File
@@ -22,7 +22,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:rim="http://www.blackberry.com/ns/widgets"
id="cordova-plugin-camera-tests"
version="4.1.0">
version="4.1.1-dev">
<name>Cordova Camera Plugin Tests</name>
<license>Apache 2.0</license>