Skip to content

Commit 2430fde

Browse files
committed
Forms: Android should reference FastAndroidCamera
1 parent 921e8db commit 2430fde

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Source/ZXing.Net.Mobile.Forms.Android/ZXing.Net.Mobile.Forms.Android.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@
8989
<Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
9090
<HintPath>..\..\packages\Xamarin.Forms.2.3.3.193\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll</HintPath>
9191
</Reference>
92+
<Reference Include="FastAndroidCamera">
93+
<HintPath>..\..\Samples\Forms\packages\FastAndroidCamera.2.0.0\lib\MonoAndroid403\FastAndroidCamera.dll</HintPath>
94+
</Reference>
9295
</ItemGroup>
9396
<ItemGroup>
9497
<Compile Include="Properties\AssemblyInfo.cs" />

Source/ZXing.Net.Mobile.Forms.Android/packages.config

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3+
<package id="FastAndroidCamera" version="2.0.0" targetFramework="monoandroid71" />
34
<package id="Xamarin.Android.Support.Animated.Vector.Drawable" version="23.3.0" targetFramework="monoandroid60" />
45
<package id="Xamarin.Android.Support.Design" version="23.3.0" targetFramework="monoandroid60" />
56
<package id="Xamarin.Android.Support.v4" version="23.3.0" targetFramework="monoandroid60" />

0 commit comments

Comments
 (0)