Skip to content
Open
Changes from 1 commit
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
5 changes: 5 additions & 0 deletions .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 `build.gradle` or `versions.gradle` file 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
Loading