Skip to content

Commit

Permalink
Merge pull request dotnet#86 from xamarin/cheesesquare-support-design
Browse files Browse the repository at this point in the history
[cheesesquare] Fixed error in build
  • Loading branch information
Redth committed Jun 3, 2015
2 parents aadf967 + 3177c91 commit 4368d6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
15 changes: 3 additions & 12 deletions android5.0/Cheesesquare/Cheesesquare.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,13 @@
<Reference Include="System.Core" />
<Reference Include="Mono.Android" />
<Reference Include="Xamarin.Android.Support.v7.AppCompat">
<HintPath>packages\Xamarin.Android.Support.v7.AppCompat.22.2.0.0-beta2\lib\MonoAndroid403\Xamarin.Android.Support.v7.AppCompat.dll</HintPath>
<HintPath>packages\Xamarin.Android.Support.v7.AppCompat.22.2.0.0-beta3\lib\MonoAndroid403\Xamarin.Android.Support.v7.AppCompat.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Android.Support.v7.CardView">
<HintPath>packages\Xamarin.Android.Support.v7.CardView.22.2.0.0-beta2\lib\MonoAndroid403\Xamarin.Android.Support.v7.CardView.dll</HintPath>
<HintPath>packages\Xamarin.Android.Support.v7.CardView.22.2.0.0-beta3\lib\MonoAndroid403\Xamarin.Android.Support.v7.CardView.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Android.Support.Design">
<HintPath>packages\Xamarin.Android.Support.Design.22.2.0.0-beta2\lib\MonoAndroid403\Xamarin.Android.Support.Design.dll</HintPath>
</Reference>
<Reference Include="UrlImageViewHelper">
<HintPath>Components\urlimageviewhelper-1.0.4\lib\android\UrlImageViewHelper.dll</HintPath>
<HintPath>packages\Xamarin.Android.Support.Design.22.2.0.0-beta3\lib\MonoAndroid403\Xamarin.Android.Support.Design.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Android.Support.v4">
<HintPath>packages\Xamarin.Android.Support.v4.22.2.0.0-beta3\lib\MonoAndroid403\Xamarin.Android.Support.v4.dll</HintPath>
Expand Down Expand Up @@ -142,10 +139,4 @@
<Folder Include="Resources\drawable-xxxhdpi\" />
<Folder Include="Resources\layout\" />
</ItemGroup>
<ItemGroup>
<XamarinComponentReference Include="urlimageviewhelper">
<Version>1.0.4</Version>
<Visible>False</Visible>
</XamarinComponentReference>
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions android5.0/Cheesesquare/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="21" />
<application android:label="Cheesesquare" android:theme="@style/Theme.DesignDemo" android:icon="@drawable/icon">
</application>
<uses-permission android:name="android.permission.INTERNET" />
</manifest>

0 comments on commit 4368d6a

Please sign in to comment.