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:
8
app/proguard-rules.pro
vendored
8
app/proguard-rules.pro
vendored
@@ -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.** { *; }
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user