Version 0.3 addresses an issue with uppercase characters.
This commit is contained in:
parent
eb568bfb14
commit
20cb36dcea
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="net.thauvin.erik.android.spellit"
|
||||
android:versionCode="2" android:installLocation="auto" android:versionName="0.2">
|
||||
android:installLocation="auto" android:versionName="0.3" android:versionCode="3">
|
||||
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
||||
<activity android:name=".SpellIt"
|
||||
android:label="@string/app_name">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue