Prepared release of version 0.9.4.5
This commit is contained in:
parent
a7377614d7
commit
48ad342a12
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="de.danoeh.antennapod"
|
package="de.danoeh.antennapod"
|
||||||
android:versionCode="14"
|
android:versionCode="15"
|
||||||
android:versionName="0.9.4.4" >
|
android:versionName="0.9.4.5" >
|
||||||
|
|
||||||
<!-- <uses-permission android:name="android.permission.ACCESS_ALL_DOWNLOADS" /> -->
|
<!-- <uses-permission android:name="android.permission.ACCESS_ALL_DOWNLOADS" /> -->
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
Change Log
|
Change Log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
Version 0.9.4.5
|
||||||
|
---------------
|
||||||
|
* Added Russian translation (Thanks older!)
|
||||||
|
* Added German translation
|
||||||
|
* Several bugfixes
|
||||||
|
|
||||||
Version 0.9.4.4
|
Version 0.9.4.4
|
||||||
---------------
|
---------------
|
||||||
* Added player controls at the bottom of the main screen and the feedlist screens
|
* Added player controls at the bottom of the main screen and the feedlist screens
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
<groupId>de.danoeh</groupId>
|
<groupId>de.danoeh</groupId>
|
||||||
<artifactId>antennapod</artifactId>
|
<artifactId>antennapod</artifactId>
|
||||||
<packaging>apk</packaging>
|
<packaging>apk</packaging>
|
||||||
<version>0.9.4.4</version>
|
<version>0.9.4.5</version>
|
||||||
<name>AntennaPod</name>
|
<name>AntennaPod</name>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue