Skip to content

Commit

Permalink
Upped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
valdetero committed Apr 23, 2015
1 parent f25339d commit b7a5796
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="SevenDays.SevenDays" android:versionCode="1">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="SevenDays.SevenDays" android:versionCode="2" android:versionName="1.1.0.0">
<uses-sdk android:targetSdkVersion="15" android:minSdkVersion="15" />
<application android:icon="@drawable/icon" android:label="SevenDays"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Deployment xmlns="http://schemas.microsoft.com/windowsphone/2012/deployment" AppPlatformVersion="8.0">
<DefaultLanguage xmlns="" code="en-US" />
<App xmlns="" ProductID="{fcc1ddfa-63d0-438c-96c4-abda921b4b15}" Title="7 Days" RuntimeType="Silverlight" Version="1.0.0.0" Genre="apps.normal" Author="Seth Valdetero" Description="Sample description" Publisher="Sparkhound" PublisherID="{4d7b9a36-196a-49c7-920f-ee1fe9ba84a2}">
<App xmlns="" ProductID="{fcc1ddfa-63d0-438c-96c4-abda921b4b15}" Title="7 Days" RuntimeType="Silverlight" Version="1.1.0.0" Genre="apps.normal" Author="Seth Valdetero" Description="Sample description" Publisher="Sparkhound" PublisherID="{4d7b9a36-196a-49c7-920f-ee1fe9ba84a2}">
<IconPath IsRelative="true" IsResource="false">Assets\Icon.png</IconPath>
<Capabilities>
<Capability Name="ID_CAP_NETWORKING" />
Expand Down
2 changes: 2 additions & 0 deletions SevenDays.UI/SevenDays.UI/Templates/MenuCell.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ public MenuCell() : base()
TextColor = Color.FromHex("AAAAAA");
if(Device.OS == TargetPlatform.WinPhone)
Height = 40;
if (Device.OS == TargetPlatform.Android)
Height = 60;
}
}
}

0 comments on commit b7a5796

Please sign in to comment.