Increased build to 2.0b75

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-04-22 11:25:41 -04:00
parent 5dfd9fa801
commit 6447d1d333

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="auto"
package="com.TwentyCode.android.ExaltedDice"
android:versionCode="15"
android:installLocation="auto"
android:versionCode="75"
android:versionName="2.0" >
<uses-sdk android:minSdkVersion="7" />
@@ -12,12 +12,12 @@
<application
android:icon="@drawable/icon"
android:label="@string/app_name" >
android:label="@string/app_name"
android:theme="@style/MyTheme" >
<activity
android:name="GameListActivity"
android:configChanges="keyboard|keyboardHidden|orientation"
android:label="@string/app_name"
android:theme="@style/MyTheme" >
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -29,17 +29,11 @@
android:name="ADMOB_PUBLISHER_ID"
android:value="a14bad63772f7d3" />
<activity
android:name="com.TwentyCodes.android.exception.ExceptionReportActivity"
android:theme="@style/MyTheme" >
<activity android:name="com.TwentyCodes.android.exception.ExceptionReportActivity" >
</activity>
<activity
android:name="ExaltedDice"
android:theme="@style/MyTheme" >
<activity android:name="ExaltedDice" >
</activity>
<activity
android:name="Settings"
android:theme="@style/MyTheme" >
<activity android:name="Settings" >
</activity>
<service android:name="com.TwentyCodes.android.exception.ReportPostingService" >