Merge branch 'develop' into feature/jme/1302-allow-users-to-change-their-avatars

This commit is contained in:
Benoit Marty 2023-09-15 17:35:17 +02:00 committed by GitHub
commit 372cc2a16e
76 changed files with 1144 additions and 181 deletions

View file

@ -48,6 +48,8 @@
<ignore path="**/localazy.xml" />
<!-- Ignore unused resource in debug build type -->
<ignore path="**/src/debug/**" />
<!-- Ignore unused resources in designsystem since they're imported elsewhere through aliases and can't be properly detected -->
<ignore path="**/libraries/designsystem/src/main/res/**" />
</issue>
<!-- UX -->

View file

@ -134,6 +134,12 @@
"includeRegex": [
"screen_edit_profile_.*"
]
},
{
"name": ":features:call",
"includeRegex": [
"call_.*"
]
}
]
}