Removed Ads

This commit is contained in:
2013-06-14 15:20:34 -04:00
parent a83d85b143
commit a5ae6af56b
4 changed files with 4 additions and 25 deletions

View File

@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.TwentyCode.android.ExaltedDice"
android:installLocation="auto"
android:versionCode="89"
android:versionName="240ff7f" >
android:versionCode="92"
android:versionName="a83d85b" >
<uses-sdk android:minSdkVersion="7" />
@@ -12,6 +12,7 @@
<uses-permission android:name="android.permission.VIBRATE" />
<application
android:allowBackup="true"
android:icon="@drawable/icon"
android:label="@string/app_name"
android:theme="@style/MyTheme" >
@@ -35,9 +36,5 @@
<service android:name="com.TwentyCodes.android.exception.ReportPostingService" >
</service>
<activity
android:name="com.google.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize" />
</application>
</manifest> <!-- android:screenOrientation="portrait" -->
</manifest>