Created tag 0.2.0.
This commit is contained in:
parent
f039aff931
commit
fb854feae1
6 changed files with 21 additions and 6 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="1" android:versionName="0.1">
|
||||
android:versionCode="2" android:installLocation="auto" android:versionName="0.2">
|
||||
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
||||
<activity android:name=".SpellIt"
|
||||
android:label="@string/app_name">
|
||||
|
@ -11,4 +11,5 @@
|
|||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
<uses-sdk android:minSdkVersion="2"></uses-sdk>
|
||||
</manifest>
|
Loading…
Add table
Add a link
Reference in a new issue