Skip to content

Commit 14e9805

Browse files
author
Chris Bellew
committed
Version bump; Added change log.
1 parent 708d4b0 commit 14e9805

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Voice Control For Plex/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="10"
5-
android:versionName="1.7" >
4+
android:versionCode="11"
5+
android:versionName="1.7.1" >
66

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

Voice Control For Plex/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="1.7.1 versioncode="11">
4+
<change>Fixed bug that prevented Install Tasker Project action from being shown in the menu unless you have both utter! and AutoVoice installed - it should show if you have either installed.</change>
5+
<change>Fixed hardcoded value in strings.xml</change>
6+
</release>
37
<release version="1.7" versioncode="10">
48
<change>Added homescreen widget &amp; shortcut.</change>
59
<change>Added support for utter! and AutoVoice, in combination with Tasker. To use Voice Control for Plex with utter! or AutoVoice, import the Tasker Project via the menu button.</change>

0 commit comments

Comments
 (0)