Skip to content

Commit 3f3a5d2

Browse files
authored
Bump to 34.0.153 of the .NET 8 Android workload (#9934)
Changes: cdb777a...fea9dcd * [release/8.0.4xx] Update apkdiff to 0.0.17 (#9894) * [release/8.0.4xx] Prefer JDK 17.0.14 * [release/8.0.4xx] [build] stop installing Xamarin.Android (#9895) * Fix Debugger timeout on 32 bit devices. (#9881)
1 parent 6829cc6 commit 3f3a5d2

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

NuGet.config

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-android -->
7-
<add key="darc-pub-dotnet-android-cdb777a" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-android-cdb777a0/nuget/v3/index.json" />
7+
<add key="darc-pub-dotnet-android-fea9dcd" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-android-fea9dcd5/nuget/v3/index.json" />
88
<!-- End: Package sources from dotnet-android -->
99
<!-- Begin: Package sources from dotnet-emsdk -->
10-
<add key="darc-pub-dotnet-emsdk-dad5528" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-dad5528e/nuget/v3/index.json" />
11-
<add key="darc-pub-dotnet-emsdk-dad5528-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-dad5528e-1/nuget/v3/index.json" />
1210
<!-- End: Package sources from dotnet-emsdk -->
1311
<!-- Begin: Package sources from dotnet-runtime -->
14-
<add key="darc-pub-dotnet-runtime-689f4e9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-689f4e9a/nuget/v3/index.json" />
1512
<!-- End: Package sources from dotnet-runtime -->
1613
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1714
<!-- ensure only the sources defined below are used -->

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
<Sha>aa3ae0d49da3cfb31a383f16303a3f2f0c3f1a19</Sha>
2626
</Dependency>
2727
<!-- Previous .NET Android version -->
28-
<Dependency Name="Microsoft.Android.Sdk.Windows" Version="34.0.148">
28+
<Dependency Name="Microsoft.Android.Sdk.Windows" Version="34.0.153">
2929
<Uri>https://github.com/dotnet/android</Uri>
30-
<Sha>cdb777a0c306e3e0668f847433f82144d7ca745f</Sha>
30+
<Sha>fea9dcd5824c760485e39138b38999c303da8b56</Sha>
3131
</Dependency>
3232
</ProductDependencies>
3333
<ToolsetDependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<MicrosoftDotNetCecilPackageVersion>0.11.5-alpha.25102.5</MicrosoftDotNetCecilPackageVersion>
1414
<SystemIOHashingPackageVersion>$(MicrosoftNETCoreAppRefPackageVersion)</SystemIOHashingPackageVersion>
1515
<!-- Previous .NET Android version -->
16-
<MicrosoftAndroidSdkWindowsPackageVersion>34.0.148</MicrosoftAndroidSdkWindowsPackageVersion>
16+
<MicrosoftAndroidSdkWindowsPackageVersion>34.0.153</MicrosoftAndroidSdkWindowsPackageVersion>
1717
<AndroidNetPreviousVersion>$(MicrosoftAndroidSdkWindowsPackageVersion)</AndroidNetPreviousVersion>
1818
</PropertyGroup>
1919
<PropertyGroup>

0 commit comments

Comments
 (0)