diff --git a/ExaltedDice/.classpath b/ExaltedDice/.classpath index a4763d1..bb0c759 100755 --- a/ExaltedDice/.classpath +++ b/ExaltedDice/.classpath @@ -4,5 +4,6 @@ + diff --git a/ExaltedDice/AndroidManifest.xml b/ExaltedDice/AndroidManifest.xml index 60b91ec..1d17f03 100755 --- a/ExaltedDice/AndroidManifest.xml +++ b/ExaltedDice/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="89" + android:versionName="240ff7f" > diff --git a/ExaltedDice/src/com/TwentyCode/android/ExaltedDice/Settings.java b/ExaltedDice/src/com/TwentyCode/android/ExaltedDice/Settings.java index 565c63d..8f20daa 100644 --- a/ExaltedDice/src/com/TwentyCode/android/ExaltedDice/Settings.java +++ b/ExaltedDice/src/com/TwentyCode/android/ExaltedDice/Settings.java @@ -6,6 +6,7 @@ */ package com.TwentyCode.android.ExaltedDice; +import android.annotation.SuppressLint; import android.app.ActionBar; import android.content.Intent; import android.content.pm.PackageInfo; @@ -73,7 +74,7 @@ public class Settings extends PreferenceActivity implements OnPreferenceClickLis * (non-Javadoc) * @see android.preference.PreferenceActivity#onCreate(android.os.Bundle) */ - @Override + @SuppressLint("NewApi") @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); //load preferences xml. this load relies on only wether the app is full or not. it will show the check license option if full and leave it out if lite