Skip to content

Commit

Permalink
fix(deps): update dependency com.microsoft.identity.client:msal to v5 (
Browse files Browse the repository at this point in the history
…#3064)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
  • Loading branch information
renovate[bot] and tido64 committed Apr 4, 2024
1 parent 3538aab commit 28fc3f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/friendly-cars-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rnx-kit/react-native-test-app-msal": major
---

Minimum `compileSdkVersion` is now 34, as required by `com.microsoft.identity.client:msal` v5
6 changes: 3 additions & 3 deletions incubator/react-native-test-app-msal/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,13 @@ android {
dependencies {
def kotlinVersionNumber = toVersionNumber(kotlinVersion)
if (kotlinVersionNumber >= 10800) {
implementation "androidx.activity:activity-ktx:1.7.2"
implementation "androidx.activity:activity-ktx:1.8.2"
} else {
implementation(["androidx.activity", "activity-ktx", "1.6.1"].join(":"))
}

implementation "com.google.android.material:material:1.9.0"
implementation "com.microsoft.identity.client:msal:4.7.0"
implementation "com.google.android.material:material:1.11.0"
implementation "com.microsoft.identity.client:msal:5.2.0"

//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
Expand Down

0 comments on commit 28fc3f6

Please sign in to comment.