Skip to content

Commit 00fea77

Browse files
dependabot[bot]warting
authored andcommitted
Bump androidx.activity:activity-compose from 1.6.1 to 1.7.0
Bumps androidx.activity:activity-compose from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd8c3a2 commit 00fea77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dependencies {
9090
implementation("androidx.compose.material:material")
9191
implementation("androidx.compose.ui:ui-tooling-preview")
9292
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1")
93-
implementation("androidx.activity:activity-compose:1.6.1")
93+
implementation("androidx.activity:activity-compose:1.7.0")
9494
testImplementation("junit:junit:4.13.2")
9595
androidTestImplementation("androidx.test.ext:junit:1.1.5")
9696
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")

auth/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies {
7575
api("com.google.firebase:firebase-auth-ktx")
7676
implementation("androidx.core:core-ktx:1.9.0")
7777
implementation("com.google.android.gms:play-services-auth:20.4.1")
78-
implementation("androidx.activity:activity-compose:1.6.1")
78+
implementation("androidx.activity:activity-compose:1.7.0")
7979
implementation("androidx.appcompat:appcompat:1.6.1")
8080
implementation("com.google.android.material:material:1.8.0")
8181
testImplementation("junit:junit:4.13.2")

0 commit comments

Comments
 (0)