Browse Source

Merge pull request #4142 from nextcloud/renovate/androidx.activity-activity-compose-1.x

fix(deps): update dependency androidx.activity:activity-compose to v1.9.2
github-actions[bot] 8 months ago
parent
commit
1ad1d1b777
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -311,7 +311,7 @@ dependencies {
     implementation("androidx.compose.ui:ui")
     implementation("androidx.compose.ui:ui")
     implementation 'androidx.compose.material3:material3'
     implementation 'androidx.compose.material3:material3'
     implementation("androidx.compose.ui:ui-tooling-preview")
     implementation("androidx.compose.ui:ui-tooling-preview")
-    implementation 'androidx.activity:activity-compose:1.9.1'
+    implementation 'androidx.activity:activity-compose:1.9.2'
     implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.4'
     implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.4'
     debugImplementation("androidx.compose.ui:ui-tooling")
     debugImplementation("androidx.compose.ui:ui-tooling")