From 80fe340d4e61f5df695631537c3f83fc3e4e8b10 Mon Sep 17 00:00:00 2001 From: "r.zarchi" Date: Sun, 22 Sep 2024 16:37:51 +0330 Subject: [PATCH] Added missing proguard rules to appWatch module --- app-watch/app/proguard-rules.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-watch/app/proguard-rules.pro b/app-watch/app/proguard-rules.pro index 481bb434..f1895e46 100644 --- a/app-watch/app/proguard-rules.pro +++ b/app-watch/app/proguard-rules.pro @@ -18,4 +18,5 @@ # If you keep the line number information, uncomment this to # hide the original source file name. -#-renamesourcefileattribute SourceFile \ No newline at end of file +#-renamesourcefileattribute SourceFile +-dontwarn reactor.blockhound.integration.BlockHoundIntegration \ No newline at end of file