Prepare manifest and changelog for 1.6.2.1
This commit is contained in:
parent
cceb9425a6
commit
5dde5d25a7
|
@ -11,7 +11,6 @@ Version 1.6.2
|
|||
* Auto-enable sleep timer
|
||||
* "has media" filter
|
||||
* Force gpodder full sync
|
||||
* Preliminary support for Android Auto
|
||||
* Improvements:
|
||||
* Better support for Atom feeds, e.g. summary tag
|
||||
* Confirmation dialog on mark all as seen
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="de.danoeh.antennapod"
|
||||
android:versionCode="1060200"
|
||||
android:versionName="1.6.2.0">
|
||||
android:versionCode="1060201"
|
||||
android:versionName="1.6.2.1">
|
||||
<!--
|
||||
Version code schema:
|
||||
"1.2.3-SNAPSHOT" -> 1020300
|
||||
|
|
Loading…
Reference in New Issue