1
0
Fork 0
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:
Evgenii Kozlov 2023-07-19 08:54:54 +02:00 committed by GitHub
parent f0c24fe5ad
commit cd8010cd1a
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
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 {