Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
fix r8
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed Apr 15, 2024
1 parent 5491fe0 commit 630bb2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions logcat_helper/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-keep class net.nymtech.logcat-helper.** { *; }
-keep class net.nymtech.logcathelper.** { *; }

-dontwarn java.lang.invoke.StringConcatFactory
-dontwarn java.lang.invoke.StringConcatFactory
4 changes: 2 additions & 2 deletions logcat_helper/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
# hide the original source file name.
#-renamesourcefileattribute SourceFile

-keep class net.nymtech.logcat-helper.** { *; }
-dontwarn java.lang.invoke.StringConcatFactory
-keep class net.nymtech.logcathelper.** { *; }
-dontwarn java.lang.invoke.StringConcatFactory

0 comments on commit 630bb2d

Please sign in to comment.