Skip to content

Conversation

bravoborja
Copy link

@bravoborja bravoborja commented Oct 10, 2025

🥅 What's the goal?

Update targetSDK to API 36: https://jira.tid.es/browse/ANDROID-16200

🚧 How do we do it?

  • Updates AGP version
  • Updates compileSdk and targetSdk from 33 to 36
  • Upgrades Java version from 1.8 to 17 for compilation and JVM target
  • Modernizes namespace configuration by moving from deprecated package attribute to namespace property

@bravoborja bravoborja requested a review from Copilot October 10, 2025 10:10
@bravoborja bravoborja marked this pull request as ready for review October 10, 2025 10:10
Copy link

@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 updates the Android project to target SDK 36, modernizing the build configuration and aligning with current Android development standards.

  • Updates compileSdk and targetSdk from 33 to 36
  • Upgrades Java version from 1.8 to 17 for compilation and JVM target
  • Modernizes namespace configuration by moving from deprecated package attribute to namespace property

Reviewed Changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
mock/src/main/AndroidManifest.xml Removes deprecated package attribute in favor of namespace configuration
mock/build.gradle Updates SDK versions, adds namespace configuration, and upgrades Java compatibility
gradle/wrapper/gradle-wrapper.properties Updates Gradle version from 7.3.3 to 8.13
app/src/main/AndroidManifest.xml Removes deprecated package attribute
app/build.gradle Updates SDK versions, adds namespace and buildConfig configuration, upgrades Java compatibility

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@bravoborja bravoborja requested review from a team, dpastor and hjorrod and removed request for a team October 10, 2025 10:16
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.

1 participant