Skip to content

EDW upgrading compile/target sdk to 35#57

Merged
TomerPacific merged 1 commit intomasterfrom
feature/support-api-35
Sep 24, 2025
Merged

EDW upgrading compile/target sdk to 35#57
TomerPacific merged 1 commit intomasterfrom
feature/support-api-35

Conversation

@TomerPacific
Copy link
Copy Markdown
Owner

Resolves #54

This pull request updates the Android SDK versions used in the example/android/app/build.gradle file to ensure compatibility with the latest Android platform requirements.

Android SDK version updates:

  • Increased compileSdkVersion from 34 to 35 to support the latest Android features and APIs.
  • Increased targetSdkVersion from 34 to 35 to target the latest Android platform for app deployment and behavior.

@TomerPacific TomerPacific self-assigned this Sep 24, 2025
@TomerPacific TomerPacific added enhancement New feature or request dependencies Pull requests that update a dependency file labels Sep 24, 2025
Copy link
Copy Markdown
Contributor

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 updates the Android SDK versions in the example app's build configuration to target the latest Android platform (API level 35). This ensures compatibility with the latest Android features and deployment requirements.

  • Updated compileSdkVersion from 34 to 35
  • Updated targetSdkVersion from 34 to 35

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@TomerPacific TomerPacific merged commit ff029db into master Sep 24, 2025
1 check passed
@TomerPacific TomerPacific deleted the feature/support-api-35 branch September 24, 2025 07:34
@TomerPacific TomerPacific mentioned this pull request Sep 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade example project to support API 35

2 participants