mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
exclude JSON/Data classes for push content
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
90bf76e013
commit
5c26a0c5a8
@ -33,6 +33,10 @@
|
||||
<Match>
|
||||
<Class name="~.*\$\$Parcelable.*" />
|
||||
</Match>
|
||||
<!-- JSON/Data classes with generated accessor methods -->
|
||||
<Match>
|
||||
<Class name="~com\.nextcloud\.talk\.models\.json\.push.*" />
|
||||
</Match>
|
||||
|
||||
<!-- Dagger code is autogenerated. Exclude it from Check. -->
|
||||
<Match>
|
||||
|
Loading…
Reference in New Issue
Block a user