Skip to content

Commit

Permalink
Suppress warnings in R8 internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Aug 24, 2023
1 parent f739270 commit 26cbe15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions diffuse/src/main/rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@
# Annotations for reflection.
-keepattributes RuntimeVisible*Annotations,AnnotationDefault
-keep class com.android.apksig.internal.** { *; }

# Suppress warnings in R8 internal.
-dontwarn com.android.tools.r8.internal.**

0 comments on commit 26cbe15

Please sign in to comment.