Skip to content

Commit

Permalink
fix: correct the proguard consumer file
Browse files Browse the repository at this point in the history
Signed-off-by: Art Shendrik <[email protected]>
  • Loading branch information
amal committed Jun 29, 2024
1 parent a66b355 commit 12a4d34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Protect atomicfu usages.
-keepnames class fluxo.io.** {
volatile *;
}

0 comments on commit 12a4d34

Please sign in to comment.