Skip to content

Commit

Permalink
Bump to android-platform-support@2f5580c6 (#9845)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pjcollins authored Feb 26, 2025
1 parent 1e05f89 commit bfdfd33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .external
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DevDiv/android-platform-support:release/9.0.1xx@08bbd9d3b401589cfe8ac5416abfbe36bf0289ac
DevDiv/android-platform-support:release/9.0.1xx@2f5580c6e6121c5253098829b05a72ba36ae4da1
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ partial class Configurables
{
const string BinutilsVersion = "L_18.1.6-8.0.0-1";

const string MicrosoftOpenJDK17Version = "17.0.12";
const string MicrosoftOpenJDK17Release = "17.0.12";
const string MicrosoftOpenJDK17RootDirName = "jdk-17.0.12+7";
const string MicrosoftOpenJDK17Version = "17.0.14";
const string MicrosoftOpenJDK17Release = "17.0.14";
const string MicrosoftOpenJDK17RootDirName = "jdk-17.0.14+7";

static Context ctx => Context.Instance;

Expand Down

0 comments on commit bfdfd33

Please sign in to comment.