mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 13:57:10 +09:00
DROID-1576 Protocol | Enhancement | MW 0.27.15 (#225)
This commit is contained in:
parent
f0c24fe5ad
commit
cd8010cd1a
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
[versions]
|
||||
middlewareVersion = "v0.27.13"
|
||||
middlewareVersion = "v0.27.15"
|
||||
kotlinVersion = '1.7.10'
|
||||
|
||||
androidxCoreVersion = "1.10.1"
|
||||
|
|
|
@ -721,6 +721,7 @@ message Event {
|
|||
string groupRelationKey = 7; // Group view by this relationKey
|
||||
bool groupBackgroundColors = 8; // Enable backgrounds in groups
|
||||
int32 pageLimit = 9;
|
||||
string defaultTemplateId = 10; // Id of template object set default for the view
|
||||
}
|
||||
|
||||
message Filter {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue