ExaltedDice.java
i remove the field mFormater, interface Formatter, formatNumber() as they are not needed by exalted dice. i removed getCurrent(), setCurrent() also because they were not used by exalted dice. i modified onClick() and onLongClick() to use switch blocks rather than nested if else blocks i incremented the version / build from b12 to b13
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.TwentyCode.android.ExaltedDice"
|
||||
android:versionCode="12" android:versionName="1.0.1">
|
||||
android:versionName="1.0.1" android:versionCode="13">
|
||||
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
||||
<activity android:name=".ExaltedDice"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user