Skip to content

Commit 8cb1790

Browse files
author
Chris Bellew
committed
Beta version 2.0.4b8.
1 parent ea54bac commit 8cb1790

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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="47"
6-
android:versionName="2.0.4b7" >
5+
android:versionCode="48"
6+
android:versionName="2.0.4b8" >
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog>
3-
<release version="2.0.4b6" versioncode="46">
3+
<release version="2.0.4b8" versioncode="48">
44
<change>Added Swedish translations (Bjorn Komlanz).</change>
55
<change>Cinema Trailers will not play for movies that are resuming progress.</change>
66
<change>Added ability to email device logs.</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="47"
5-
android:versionName="2.0.4b7">
4+
android:versionCode="48"
5+
android:versionName="2.0.4b8">
66

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

0 commit comments

Comments
 (0)