File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 5151 </ItemGroup >
5252
5353 <ItemGroup Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >
54+ <!-- Required NuGet Packages -->
5455 <PackageReference Include =" Xamarin.AndroidX.Camera.Camera2" Version =" 1.4.1" />
5556 <PackageReference Include =" Xamarin.AndroidX.Camera.View" Version =" 1.4.1" />
5657
58+ <!-- Increase Minimum Version of Transient Dependencies For Xamarin.AndroidX.Camera.Camera2 and Xamarin.AndroidX.Camera.View -->
59+ <PackageReference Include =" Xamarin.AndroidX.Fragment.Ktx" Version =" 1.8.5.1" />
60+ <PackageReference Include =" Xamarin.AndroidX.Activity.Ktx" Version =" 1.9.3.1" />
61+ <PackageReference Include =" Xamarin.AndroidX.Collection.Jvm" Version =" 1.4.5.1" />
62+ <PackageReference Include =" Xamarin.AndroidX.Collection.Ktx" Version =" 1.4.5.1" />
63+ <PackageReference Include =" Xamarin.AndroidX.Lifecycle.LiveData" Version =" 2.8.7.1" />
64+ <PackageReference Include =" Xamarin.AndroidX.Lifecycle.Runtime" Version =" 2.8.7.1" />
65+ <PackageReference Include =" Xamarin.AndroidX.Lifecycle.Process" Version =" 2.8.7.1" />
66+
5767 <!-- Ensure Linker does not remove required libraries -->
5868 <None Include =" linker.xml" Pack =" true" PackagePath =" build\$(PackageId).LinkerConfigurationFile.xml" />
5969 </ItemGroup >
You can’t perform that action at this time.
0 commit comments