Skip to content

Commit

Permalink
Merge pull request #144 from rdeo-aziwell/patch-1
Browse files Browse the repository at this point in the history
Fix R8 SLF4J error on minified builds
  • Loading branch information
philips77 authored Mar 18, 2024
2 parents cc947d4 + 6d5b6d5 commit 52d62ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mcumgr-core/mcumgr-core-proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@
@com.fasterxml.jackson.annotation.JsonCreator *;
@com.fasterxml.jackson.annotation.JsonProperty *;
}

# SLF4J
-dontwarn org.slf4j.impl.StaticLoggerBinder

0 comments on commit 52d62ba

Please sign in to comment.