mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01: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>
|
<Match>
|
||||||
<Class name="~.*\$\$Parcelable.*" />
|
<Class name="~.*\$\$Parcelable.*" />
|
||||||
</Match>
|
</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. -->
|
<!-- Dagger code is autogenerated. Exclude it from Check. -->
|
||||||
<Match>
|
<Match>
|
||||||
|
Loading…
Reference in New Issue
Block a user