Skip to content

Commit

Permalink
Update built-in ProGuard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
kirich1409 committed Mar 2, 2021
1 parent 4a8d50a commit 907b13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vbpd/vbpd-full/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-keep class * implements androidx.viewbinding.ViewBinding {
-keep,allowoptimization,allowshrinking class * implements androidx.viewbinding.ViewBinding {
public static *** bind(android.view.View);
public static *** inflate(...);
}

0 comments on commit 907b13b

Please sign in to comment.