Skip to content

Commit bfdfd33

Browse files
authored
Bump to android-platform-support@2f5580c6 (#9845)
Changes: https://devdiv.visualstudio.com/DevDiv/_git/android-platform-support/branchCompare?baseVersion=GC08bbd9d3b401589cfe8ac5416abfbe36bf0289ac&targetVersion=GC2f5580c6e6121c5253098829b05a72ba36ae4da1 * Merged PR 613753: [Xamarin.Installer.Build.Tasks] Install JDK 17.0.14 Updates build and test jobs to prefer JDK 17.0.14 over 17.0.12.
1 parent 1e05f89 commit bfdfd33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.external

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DevDiv/android-platform-support:release/9.0.1xx@08bbd9d3b401589cfe8ac5416abfbe36bf0289ac
1+
DevDiv/android-platform-support:release/9.0.1xx@2f5580c6e6121c5253098829b05a72ba36ae4da1

build-tools/xaprepare/xaprepare/ConfigAndData/Configurables.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ partial class Configurables
1717
{
1818
const string BinutilsVersion = "L_18.1.6-8.0.0-1";
1919

20-
const string MicrosoftOpenJDK17Version = "17.0.12";
21-
const string MicrosoftOpenJDK17Release = "17.0.12";
22-
const string MicrosoftOpenJDK17RootDirName = "jdk-17.0.12+7";
20+
const string MicrosoftOpenJDK17Version = "17.0.14";
21+
const string MicrosoftOpenJDK17Release = "17.0.14";
22+
const string MicrosoftOpenJDK17RootDirName = "jdk-17.0.14+7";
2323

2424
static Context ctx => Context.Instance;
2525

0 commit comments

Comments
 (0)