Skip to content

Commit

Permalink
Revert androidx packages to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Sep 12, 2024
1 parent 6b4e50a commit 39233c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ZXing.Net.MAUI/ZXing.Net.MAUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<IsPackable>true</IsPackable>
</PropertyGroup>
<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">
<PackageReference Include="Xamarin.AndroidX.Camera.Camera2" Version="1.3.4.2" />
<PackageReference Include="Xamarin.AndroidX.Camera.Lifecycle" Version="1.3.4.2" />
<PackageReference Include="Xamarin.AndroidX.Camera.View" Version="1.3.4.2" />
<PackageReference Include="Xamarin.AndroidX.Camera.Camera2" Version="1.1.0" />
<PackageReference Include="Xamarin.AndroidX.Camera.Lifecycle" Version="1.1.0" />
<PackageReference Include="Xamarin.AndroidX.Camera.View" Version="1.1.0" />

<AndroidManifest Include="Platforms/Android/AndroidManifest.xml" />
</ItemGroup>
Expand Down

0 comments on commit 39233c0

Please sign in to comment.