Skip to content

Commit e7d3692

Browse files
committed
WiX: update android SDK to WiX 4.0.5
Update the WiX image to resolve a security vulnerability.
1 parent f2ab4c7 commit e7d3692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platforms/Windows/android_sdk/android_sdk.wixproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="WixToolset.Sdk/4.0.1">
1+
<Project Sdk="WixToolset.Sdk/4.0.5">
22
<PropertyGroup>
33
<OutputName>android_sdk.$(ProductArchitecture)</OutputName>
44
<Platform>x86</Platform>
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="WixToolset.Heat" Version="4.0.1" />
15+
<PackageReference Include="WixToolset.Heat" Version="4.0.5" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)