fix(deps): update metro to v0.9.3 (#5967)

* fix(deps): update metro to v0.9.3

* R8: allowshrinking to fix compilation issue.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoit@matrix.org>
This commit is contained in:
renovate[bot]
2026-01-05 18:12:43 +01:00
committed by GitHub
parent 71031008dd
commit 2f119012ef
2 changed files with 5 additions and 5 deletions

View File

@@ -66,10 +66,10 @@
-dontwarn androidx.window.sidecar.SidecarWindowLayoutInfo
# Also needed after AGP 8.13.1 upgrade, it seems like proguard is now more aggressive on removing unused code
-keep class org.matrix.rustcomponents.sdk.** { *;}
-keep class uniffi.** { *;}
-keep class io.element.android.x.di.** { *; }
-keep,allowshrinking class org.matrix.rustcomponents.sdk.** { *;}
-keep,allowshrinking class uniffi.** { *;}
-keep,allowshrinking class io.element.android.x.di.** { *; }
-keepclasseswithmembernames,allowoptimization,allowshrinking class io.element.android.** { *; }
# Keep Metro classes
-keep class dev.zacsweers.metro.** { *; }
-keep,allowshrinking class dev.zacsweers.metro.** { *; }

View File

@@ -52,7 +52,7 @@ haze = "1.7.1"
dependencyAnalysis = "3.5.1"
# DI
metro = "0.9.2"
metro = "0.9.3"
# Auto service
autoservice = "1.1.1"