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
….3 (#3401)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 419f2ae commit a3631c0
Showing 1 changed file with 1 addition and 1 deletion.
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.2"
implementation "androidx.activity:activity-ktx:1.9.3"
} else {
implementation(["androidx.activity", "activity-ktx", "1.6.1"].join(":"))
}
Expand Down

0 comments on commit a3631c0

Please sign in to comment.