You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2016/11/01 23:39:15 UTC

[1/2] android commit: CB-12102: Bump travis to build to API 25

Repository: cordova-android
Updated Branches:
  refs/heads/master 3c087c671 -> b3201ad07


CB-12102: Bump travis to build to API 25


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/b3201ad0
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/b3201ad0
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/b3201ad0

Branch: refs/heads/master
Commit: b3201ad07362e53002fd6ee34cdf5fbabcaab91f
Parents: 35b0ba6
Author: Joe Bowser <bo...@apache.org>
Authored: Tue Nov 1 14:06:57 2016 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Tue Nov 1 16:39:09 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/b3201ad0/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index f25ad95..133dc20 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ before_install:
 install:
     - npm install
     - npm install -g codecov
-    - echo y | android update sdk -u --filter android-22,android-23,android-24
+    - echo y | android update sdk -u --filter android-22,android-23,android-24,android-25
 android:
     components:
       - tools


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


[2/2] android commit: Bumping up the version

Posted by bo...@apache.org.
Bumping up the version


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/35b0ba6d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/35b0ba6d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/35b0ba6d

Branch: refs/heads/master
Commit: 35b0ba6d07e7afce3554dc02458ecead76c1b0b5
Parents: 3c087c6
Author: Joe Bowser <bo...@apache.org>
Authored: Fri Oct 28 09:42:17 2016 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Tue Nov 1 16:39:09 2016 -0700

----------------------------------------------------------------------
 framework/project.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/35b0ba6d/framework/project.properties
----------------------------------------------------------------------
diff --git a/framework/project.properties b/framework/project.properties
index e27f147..df3c73c 100644
--- a/framework/project.properties
+++ b/framework/project.properties
@@ -10,7 +10,7 @@
 # Indicates whether an apk should be generated for each density.
 split.density=false
 # Project target.
-target=android-24
+target=android-25
 apk-configurations=
 renderscript.opt.level=O0
 android.library=true


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