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

This commit is contained in:
Fil Maj
2013-01-23 12:13:07 -08:00
parent d9b15cf69e
commit 09035eb4c4
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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"