mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 20:45:29 +03: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
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue