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