Skip to content

Commit 967b8e8

Browse files
author
Chris Bellew
committed
Version 2.1.4b5.
1 parent 80c16e4 commit 967b8e8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

mobile/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="com.atomjack.vcfp"
5-
android:versionCode="71"
6-
android:versionName="2.1.4b4" >
5+
android:versionCode="72"
6+
android:versionName="2.1.4b5" >
77

88
<uses-permission android:name="com.mohammadag.googlesearchapi.permission.ACCESS_GGOGLE_SEARCH_API" />
99
<uses-permission android:name="android.permission.INTERNET" />

mobile/src/main/res/xml/changelog.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog>
3+
<release version="2.1.4b5" versioncode="72">
4+
<change>Changed higher end bitrates to 1080p for local video playback.</change>
5+
<change>Fixed display of dividers in big notifications.</change>
6+
<change>Added bitrate selector to local video player controller.</change>
7+
<change>Fixed specifying "on this device" when triggering playback.</change>
8+
<change>Squashed some more bugs.</change>
9+
</release>
310
<release version="2.1.4b4" versioncode="71">
411
<change>Added local media playback. This feature is locked to one minute at a time, and can be unlocked via an in-app purchase (Navigation Menu->Settings).</change>
512
<change>Chromecast playback can now be previewed for one minute at a time, and can be unlocked via in-app purchase (Navigation Menu->Settings).</change>

0 commit comments

Comments
 (0)