Skip to content

Commit 000e891

Browse files
author
Chris Bellew
committed
Version 2.0.
1 parent d02432d commit 000e891

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-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="37"
6-
android:versionName="2.0b6" >
5+
android:versionCode="38"
6+
android:versionName="2.0" >
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog>
3+
<release version="2.0" versioncode="38">
4+
<change>Added Android Wear Support.</change>
5+
<change>Consolidated Server/Client scanning, which will run smoother.</change>
6+
<change>Plex Server Connections will now expire an hour after discovery. This allows using a local server then moving to another location and accessing that server remotely (previously, you'd have to scan for servers again so that the remote connection would be used instead of local).</change>
7+
<change>Various bug fixes and enhancements.</change>
8+
</release>
39
<release version="1.9.4" versioncode="31">
410
<change>Specifying a client in the spoken query now works again.</change>
511
</release>

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="37"
5-
android:versionName="2.0b6">
4+
android:versionCode="38"
5+
android:versionName="2.0">
66

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

0 commit comments

Comments
 (0)