Hey Joe, With this change, do we need to update the check_reqs script(s)? Those scripts check that you have android-17 as a target installed. Should that be updated to now check for android-18 ?
On 7/29/13 11:30 AM, "bows...@apache.org" <bows...@apache.org> wrote: >Updated Branches: > refs/heads/master b4236b978 -> 5c38101a9 > > >Upgrading project to Android 4.3 > > >Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo >Commit: >http://git-wip-us.apache.org/repos/asf/cordova-android/commit/5c38101a >Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/5c38101a >Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/5c38101a > >Branch: refs/heads/master >Commit: 5c38101a9eda2a18b65dfcabf0452bd727009598 >Parents: b4236b9 >Author: Joe Bowser <bows...@apache.org> >Authored: Mon Jul 29 11:30:41 2013 -0700 >Committer: Joe Bowser <bows...@apache.org> >Committed: Mon Jul 29 11:30:41 2013 -0700 > >---------------------------------------------------------------------- > framework/project.properties | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >---------------------------------------------------------------------- > > >http://git-wip-us.apache.org/repos/asf/cordova-android/blob/5c38101a/frame >work/project.properties >---------------------------------------------------------------------- >diff --git a/framework/project.properties b/framework/project.properties >index 2f39d91..931aa8a 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-17 >+target=android-18 > apk-configurations= > renderscript.opt.level=O0 > android.library=true >