Skip to content

Commit 200d6a7

Browse files
authored
Update proguard-rules.pro
This add fix this specific issue: #10 (comment)
1 parent ea6c88f commit 200d6a7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/proguard-rules.pro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@
2222
-keep class com.google.android.material.theme.MaterialComponentsViewInflater {
2323
<init>();
2424
}
25+
26+
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
27+
28+
-keep class rikka.shizuku.** { *; }

0 commit comments

Comments
 (0)