Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,11 @@ See [changelog.txt](../changelog.txt) for the changelog format.

## 11. Dependencies & Versioning

When any change is made to a `common/build.gradle` file or the shared dependency versions file at `gradle/versions.gradle` that adds a new dependency or changes a dependency version, always display the following warning message:
> ⚠️ **Warning:** Changes detected ⚠️
>
> Please follow the recommendations in [Adding or Updating Gradle Dependencies](https://eng.ms/docs/microsoft-security/identity/entra-developer-application-platform/auth-client/authn-sdk-msal-android/android-auth-libraries/how-tos/adding-or-updating-gradle-dependencies).

Flag:
- Security library downgrade.
- Major upgrade without referenced release notes.
Expand Down Expand Up @@ -674,4 +679,4 @@ Always cite specific code and give a minimal, actionable fix; use an assumption

---

Thank you for contributing to this project!
Thank you for contributing to this project!
Loading