Просмотр исходного кода

fix(deps): update dependency androidx.activity:activity-compose to v1.9.2

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 8 месяцев назад
Родитель
Сommit
1e28470c9d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -311,7 +311,7 @@ dependencies {
     implementation("androidx.compose.ui:ui")
     implementation 'androidx.compose.material3:material3'
     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'
     debugImplementation("androidx.compose.ui:ui-tooling")