Skip to content

Commit

Permalink
chore(deps): update dependency androidx.activity:activity-ktx to v1.9…
Browse files Browse the repository at this point in the history
….2 (#3367)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <[email protected]>
  • Loading branch information
renovate[bot] and tido64 authored Sep 23, 2024
1 parent 55a4b5e commit 9d13dce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/fluffy-rocks-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion incubator/react-native-test-app-msal/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ android {
dependencies {
def kotlinVersionNumber = toVersionNumber(kotlinVersion)
if (kotlinVersionNumber >= 10800) {
implementation "androidx.activity:activity-ktx:1.9.1"
implementation "androidx.activity:activity-ktx:1.9.2"
} else {
implementation(["androidx.activity", "activity-ktx", "1.6.1"].join(":"))
}
Expand Down

0 comments on commit 9d13dce

Please sign in to comment.