Forráskód Böngészése

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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 9 hónapja
szülő
commit
a77f08b74a
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -315,7 +315,7 @@ dependencies {
     implementation("androidx.compose.ui:ui")
     implementation 'androidx.compose.material3:material3:1.3.0'
     implementation("androidx.compose.ui:ui-tooling-preview")
-    implementation 'androidx.activity:activity-compose:1.9.2'
+    implementation 'androidx.activity:activity-compose:1.9.3'
     implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.6'
     debugImplementation("androidx.compose.ui:ui-tooling")