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 51
51
</ItemGroup >
52
52
53
53
<ItemGroup Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >
54
+ <!-- Required NuGet Packages -->
54
55
<PackageReference Include =" Xamarin.AndroidX.Camera.Camera2" Version =" 1.4.1" />
55
56
<PackageReference Include =" Xamarin.AndroidX.Camera.View" Version =" 1.4.1" />
56
57
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
+
57
67
<!-- Ensure Linker does not remove required libraries -->
58
68
<None Include =" linker.xml" Pack =" true" PackagePath =" build\$(PackageId).LinkerConfigurationFile.xml" />
59
69
</ItemGroup >
You can’t perform that action at this time.
0 commit comments