Skip to content

Commit edbd1e2

Browse files
author
Chris Bellew
committed
Version 2.1.0b1.
1 parent 259a07e commit edbd1e2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

mobile/src/main/AndroidManifest.xml

Lines changed: 3 additions & 3 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="59"
6-
android:versionName="2.0.8" >
5+
android:versionCode="60"
6+
android:versionName="2.1.0b1" >
77

88
<uses-permission android:name="com.mohammadag.googlesearchapi.permission.ACCESS_GGOGLE_SEARCH_API" />
99
<uses-permission android:name="android.permission.INTERNET" />
@@ -27,7 +27,7 @@
2727
android:allowBackup="true"
2828
android:icon="@drawable/ic_launcher"
2929
android:label="@string/app_name"
30-
tools:replace="theme"
30+
tools:replace="icon, theme"
3131
android:theme="@style/Theme.AppCompat.Light.NoActionBar" >
3232
<meta-data android:name="com.google.android.gms.version"
3333
android:value="@integer/google_play_services_version" />

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.1.0" versioncode="60">
3+
<release version="2.1.0b1" versioncode="60">
44
<change>Material Design UI Overhaul</change>
55
<change>Added volume control for Chromecast clients</change>
66
</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="59"
5-
android:versionName="2.0.8">
4+
android:versionCode="60"
5+
android:versionName="2.1.0b1">
66

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

0 commit comments

Comments
 (0)