1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-1576 Protocol | Enhancement | MW 0.27.15 (#225)

This commit is contained in:
Evgenii Kozlov 2023-07-19 08:54:54 +02:00 committed by uburoiubu
parent c7d785026b
commit afdd5bc4f1
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
[versions]
middlewareVersion = "v0.27.13"
middlewareVersion = "v0.27.15"
kotlinVersion = '1.7.10'
androidxCoreVersion = "1.10.1"

View file

@ -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 {