You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/01/23 21:10:04 UTC

android commit: Setting template AndroidManifest values for version to 1.0 and code to 1.

Updated Branches:
  refs/heads/master d9b15cf69 -> 09035eb4c


Setting template AndroidManifest values for version to 1.0 and code to 1.


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

Branch: refs/heads/master
Commit: 09035eb4c455535c52b335365237050c3971e49b
Parents: d9b15cf
Author: Fil Maj <ma...@gmail.com>
Authored: Wed Jan 23 12:13:07 2013 -0800
Committer: Fil Maj <ma...@gmail.com>
Committed: Wed Jan 23 12:13:07 2013 -0800

----------------------------------------------------------------------
 bin/templates/project/AndroidManifest.xml |    2 +-
 framework/AndroidManifest.xml             |    2 +-
 framework/project.properties              |    2 +-
 test/AndroidManifest.xml                  |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/09035eb4/bin/templates/project/AndroidManifest.xml
----------------------------------------------------------------------
diff --git a/bin/templates/project/AndroidManifest.xml b/bin/templates/project/AndroidManifest.xml
index 090c41e..4a3dcb5 100644
--- a/bin/templates/project/AndroidManifest.xml
+++ b/bin/templates/project/AndroidManifest.xml
@@ -18,7 +18,7 @@
        under the License.
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:windowSoftInputMode="adjustPan"
-      package="__PACKAGE__" android:versionName="1.1" android:versionCode="5" android:hardwareAccelerated="true">
+      package="__PACKAGE__" android:versionName="1.0" android:versionCode="1" android:hardwareAccelerated="true">
     <supports-screens
         android:largeScreens="true"
         android:normalScreens="true"

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/09035eb4/framework/AndroidManifest.xml
----------------------------------------------------------------------
diff --git a/framework/AndroidManifest.xml b/framework/AndroidManifest.xml
index a862357..8405172 100755
--- a/framework/AndroidManifest.xml
+++ b/framework/AndroidManifest.xml
@@ -18,7 +18,7 @@
        under the License.
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:windowSoftInputMode="adjustPan"
-      package="org.apache.cordova" android:versionName="1.1" android:versionCode="5">
+      package="org.apache.cordova" android:versionName="1.0" android:versionCode="1">
     <supports-screens
         android:largeScreens="true"
         android:normalScreens="true"

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/09035eb4/framework/project.properties
----------------------------------------------------------------------
diff --git a/framework/project.properties b/framework/project.properties
index 2f39d91..d556741 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=Google Inc.:Google APIs:17
 apk-configurations=
 renderscript.opt.level=O0
 android.library=true

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/09035eb4/test/AndroidManifest.xml
----------------------------------------------------------------------
diff --git a/test/AndroidManifest.xml b/test/AndroidManifest.xml
index aee2e04..f6c840e 100755
--- a/test/AndroidManifest.xml
+++ b/test/AndroidManifest.xml
@@ -18,7 +18,7 @@
        under the License.
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:windowSoftInputMode="adjustPan"
-      package="org.apache.cordova.test" android:versionName="1.1" android:versionCode="5">
+      package="org.apache.cordova.test" android:versionName="1.0" android:versionCode="1">
     <supports-screens
         android:largeScreens="true"
         android:normalScreens="true"