Skip to content

Commit e1606e0

Browse files
author
Chris Bellew
committed
Updated to version 2.0.7.
1 parent 9a4a096 commit e1606e0

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
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="57"
6-
android:versionName="2.0.6" >
5+
android:versionCode="58"
6+
android:versionName="2.0.7" >
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog>
3+
<release version="2.0.7" versioncode="58">
4+
<change>Added audio/subtitle stream support. See Usage Examples for instructions. NOTE:This feature does not yet work with Chromecast clients.</change>
5+
<change>Fixed manual login.</change>
6+
</release>
37
<release version="2.0.6" versioncode="57">
48
<change>Fix crash from using Scan All Servers.</change>
59
<change>Added notification when a local server that denies access is found.</change>

wear/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.atomjack.vcfp"
4-
android:versionCode="57"
5-
android:versionName="2.0.6">
4+
android:versionCode="58"
5+
android:versionName="2.0.7">
66

77
<uses-feature android:name="android.hardware.type.watch" />
88

0 commit comments

Comments
 (0)