Skip to content
This repository was archived by the owner on Feb 6, 2021. It is now read-only.

Commit 139f5e9

Browse files
committed
Added Consumer rules proguard
1 parent 2eb1f03 commit 139f5e9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
-keepclassmembers class * implements androidx.viewbinding.ViewBinding {
2+
public static ** bind(android.view.View);
3+
4+
public static ** inflate(android.view.LayoutInflater, android.view.ViewGroup, boolean);
5+
6+
public static ** inflate(android.view.LayoutInflater, android.view.ViewGroup);
7+
}

0 commit comments

Comments
 (0)