Skip to content

Commit

Permalink
refactor(readme): Update Readme
Browse files Browse the repository at this point in the history
Update proguard-rules in Readme
  • Loading branch information
yogacp committed Dec 7, 2020
1 parent 6140fb8 commit 940fe50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ class SampleBottomSheetDialogFragment : BottomSheetDialogFragment() {
}
```

If you using proguard, add this line to your proguard-rules.pro.
```
#ViewBinding
-keep class com.sample.app.databinding.** { *; }
```

### TODO:
- ~~Add BottomSheetDialogFragment viewbinding delegation~~ --> Done
- Add DialogFragment viewbinding delegation
Expand Down

0 comments on commit 940fe50

Please sign in to comment.