Preparing release

This commit is contained in:
daniel oeh 2012-07-20 13:01:26 +02:00
parent 27f720b937
commit 931d4ae632
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.danoeh.antennapod"
android:versionCode="1"
android:versionName="1.0" >
android:versionName="0.8" >
<!-- <uses-permission android:name="android.permission.ACCESS_ALL_DOWNLOADS" /> -->
<uses-permission android:name="android.permission.INTERNET" />
@ -12,13 +12,14 @@
<uses-permission android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<supports-screens android:normalScreens="true" android:xlargeScreens="true" android:smallScreens="false" android:largeScreens="true"/>
<application
android:name="de.danoeh.antennapod.PodcastApp"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:logo="@drawable/ic_launcher"
android:theme="@style/Theme.Sherlock.Light.ForceOverflow" >
android:theme="@style/Theme.Sherlock.Light.ForceOverflow" android:debuggable="false">
<activity
android:name=".activity.MainActivity"
android:label="@string/app_name"

View File

@ -40,7 +40,7 @@
<body>
<div id="header" align="center">
<img src="logo.png" alt="Logo" width="100px" height="100px"/>
<p>Antennapod, Version 1.0</p>
<p>Antennapod, Version 0.8</p>
<p>Copyright © 2012 Daniel Oeh</p>
</div>
<h1>Used libraries</h1>