ExaltedDice.java
i have implemented methods from NumberPicker.java from the android source so i can use their method of filtering out anything that is not a number. i have incremented the version / build number from b11 to b12
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="11" android:versionName="1.0.0">
|
||||
android:versionName="1.0.0" android:versionCode="12">
|
||||
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
||||
<activity android:name=".ExaltedDice"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user