Skip to content

Commit e92cf3c

Browse files
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 <[email protected]>
1 parent 06c4b94 commit e92cf3c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/proguard-rules.pro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
-dontwarn androidx.window.sidecar.SidecarWindowLayoutInfo
6767

6868
# Also needed after AGP 8.13.1 upgrade, it seems like proguard is now more aggressive on removing unused code
69-
-keep class org.matrix.rustcomponents.sdk.** { *;}
70-
-keep class uniffi.** { *;}
71-
-keep class io.element.android.x.di.** { *; }
69+
-keep,allowshrinking class org.matrix.rustcomponents.sdk.** { *;}
70+
-keep,allowshrinking class uniffi.** { *;}
71+
-keep,allowshrinking class io.element.android.x.di.** { *; }
7272
-keepclasseswithmembernames,allowoptimization,allowshrinking class io.element.android.** { *; }
7373

7474
# Keep Metro classes
75-
-keep class dev.zacsweers.metro.** { *; }
75+
-keep,allowshrinking class dev.zacsweers.metro.** { *; }

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ haze = "1.7.1"
5252
dependencyAnalysis = "3.5.1"
5353

5454
# DI
55-
metro = "0.9.2"
55+
metro = "0.9.3"
5656

5757
# Auto service
5858
autoservice = "1.1.1"

0 commit comments

Comments
 (0)