Skip to content

[android] Update gradle.properties #30543

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

[android] Update gradle.properties #30543

wants to merge 4 commits into from

Conversation

rmarinho
Copy link
Member

@rmarinho rmarinho commented Jul 10, 2025

Description of Change

This pull request introduces updates to environment variable handling for .NET and upgrades the Android SDK versions in the build configuration. These changes ensure compatibility with newer versions and address specific platform requirements.

Updates to .NET environment variable handling:

  • eng/cake/dotnet.cake: Added a conditional setup for the DOTNET_HOST_PATH environment variable on Windows systems to work around a specific issue with dev18.

Android SDK version upgrades:

@Copilot Copilot AI review requested due to automatic review settings July 10, 2025 17:56
@rmarinho rmarinho requested a review from a team as a code owner July 10, 2025 17:56
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a suppression flag to gradle.properties to enable building with Android SDK 34 without warnings from the Android Gradle plugin.

  • Introduces android.suppressUnsupportedCompileSdk=34 to silence unsupported compile SDK warnings.
  • Ensures compatibility when using SDK 34 in Android projects.

@rmarinho rmarinho removed the request for review from StephaneDelcroix July 10, 2025 17:56

# Android Gradle plugin requires additional configuration for SDK 34
android.suppressUnsupportedCompileSdk=34
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we update this instead of suppressing the warning?

This could just be 35 in main? and 36 on net10.0?

@rmarinho
Copy link
Member Author

Build not happy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants