From 3f7d69fa019a394f55b26751b78c3b1b0082b405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20M=C3=A9a?= Date: Sun, 1 Mar 2026 14:11:23 -0500 Subject: [PATCH] Remove useless fasterxml proguard rules --- consumer-proguard-rules.pro | 5 ----- 1 file changed, 5 deletions(-) diff --git a/consumer-proguard-rules.pro b/consumer-proguard-rules.pro index b88e9a4d..194c4902 100644 --- a/consumer-proguard-rules.pro +++ b/consumer-proguard-rules.pro @@ -31,8 +31,3 @@ *; } -keep class * extends com.google.protobuf.GeneratedMessageLite { *; } - -# TWITTER - JACKSON - START --keepnames class com.fasterxml.jackson.** { *; } --dontwarn com.fasterxml.jackson.databind.** -# TWITTER - JACKSON - END \ No newline at end of file