Created tag 0.4.0.
This commit is contained in:
parent
258d1ee693
commit
ba3103109f
13 changed files with 133 additions and 115 deletions
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="net.thauvin.erik.android.tiproid" android:versionCode="2" android:versionName="0.2">
|
||||
package="net.thauvin.erik.android.tiproid" android:installLocation="auto"
|
||||
android:versionName="0.4" android:versionCode="4">
|
||||
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
||||
<activity android:label="@string/app_name" android:name="Tiproid">
|
||||
<intent-filter>
|
||||
|
@ -9,4 +10,5 @@
|
|||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
<uses-sdk android:minSdkVersion="2"></uses-sdk>
|
||||
</manifest>
|
Loading…
Add table
Add a link
Reference in a new issue