You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/07/28 10:57:36 UTC

[cordova-paramedic] branch master updated: breaking: use latest android platform & development tools (#201)

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

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e59494  breaking: use latest android platform & development tools  (#201)
1e59494 is described below

commit 1e59494e5bcf52a6275c15010c76c458dbdbeb79
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Tue Jul 28 19:57:24 2020 +0900

    breaking: use latest android platform & development tools  (#201)
    
    * breaking: bump android requirement to API 29
    * chore: use android@latest platform
---
 .travis.yml                           | 4 ++--
 conf/pr/android-4.4.config.json       | 2 +-
 conf/pr/android-5.1.config.json       | 2 +-
 conf/pr/android-6.0.config.json       | 2 +-
 conf/pr/android-7.0.config.json       | 2 +-
 conf/pr/android-7.1.config.json       | 2 +-
 conf/pr/android-8.0.config.json       | 2 +-
 conf/pr/android-8.1.config.json       | 2 +-
 conf/pr/android-9.0.config.json       | 2 +-
 conf/pr/local/android-4.4.config.json | 2 +-
 conf/pr/local/android-5.1.config.json | 2 +-
 11 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 20b080d..837f8f7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,8 @@ env:
   global:
     - SAUCE_USERNAME=snay
     - TRAVIS_NODE_VERSION=12
-    - ANDROID_API_LEVEL=28
-    - ANDROID_BUILD_TOOLS_VERSION=28.0.3
+    - ANDROID_API_LEVEL=29
+    - ANDROID_BUILD_TOOLS_VERSION=29.0.2
 
 language: node_js
 node_js: 12
diff --git a/conf/pr/android-4.4.config.json b/conf/pr/android-4.4.config.json
index a96042f..4a0bfaa 100644
--- a/conf/pr/android-4.4.config.json
+++ b/conf/pr/android-4.4.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "android",
+    "platform": "android@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/android-5.1.config.json b/conf/pr/android-5.1.config.json
index a819125..a5b6ed8 100644
--- a/conf/pr/android-5.1.config.json
+++ b/conf/pr/android-5.1.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "android",
+    "platform": "android@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/android-6.0.config.json b/conf/pr/android-6.0.config.json
index e29e259..df3dc7f 100644
--- a/conf/pr/android-6.0.config.json
+++ b/conf/pr/android-6.0.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "android",
+    "platform": "android@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/android-7.0.config.json b/conf/pr/android-7.0.config.json
index f8aeb8b..e3c2255 100644
--- a/conf/pr/android-7.0.config.json
+++ b/conf/pr/android-7.0.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "android",
+    "platform": "android@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/android-7.1.config.json b/conf/pr/android-7.1.config.json
index a1007c2..9081246 100644
--- a/conf/pr/android-7.1.config.json
+++ b/conf/pr/android-7.1.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "android",
+    "platform": "android@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/android-8.0.config.json b/conf/pr/android-8.0.config.json
index 97f029f..97cb711 100644
--- a/conf/pr/android-8.0.config.json
+++ b/conf/pr/android-8.0.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "android",
+    "platform": "android@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/android-8.1.config.json b/conf/pr/android-8.1.config.json
index 39de685..ec58a24 100644
--- a/conf/pr/android-8.1.config.json
+++ b/conf/pr/android-8.1.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "android",
+    "platform": "android@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/android-9.0.config.json b/conf/pr/android-9.0.config.json
index 80c3b1f..53fb72e 100644
--- a/conf/pr/android-9.0.config.json
+++ b/conf/pr/android-9.0.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "android",
+    "platform": "android@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/local/android-4.4.config.json b/conf/pr/local/android-4.4.config.json
index e60bb6e..eaec629 100644
--- a/conf/pr/local/android-4.4.config.json
+++ b/conf/pr/local/android-4.4.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "android",
+    "platform": "android@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "target": "api19",
diff --git a/conf/pr/local/android-5.1.config.json b/conf/pr/local/android-5.1.config.json
index 73a06aa..51ffab8 100644
--- a/conf/pr/local/android-5.1.config.json
+++ b/conf/pr/local/android-5.1.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "android",
+    "platform": "android@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "target": "api22",


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