Incremented version (2.0.0)

This commit is contained in:
dkeen@dkeen-laptop 2012-07-17 19:23:05 -07:00
parent 41a4fc9932
commit b1be5cde23
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.dougkeen.bart"
android:versionCode="17"
android:versionName="1.2.4" >
android:versionCode="18"
android:versionName="2.0.0" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
@ -12,7 +12,6 @@
android:targetSdkVersion="14" />
<application
android:debuggable="true"
android:icon="@drawable/icon"
android:label="@string/app_name"
android:theme="@style/AppTheme" >