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

DROID-3326 Protocol | Enhancement | MW 0.39.4 (#2053)

This commit is contained in:
Evgenii Kozlov 2025-01-31 17:51:04 +01:00 committed by Evgenii Kozlov
parent 612dfc0678
commit 465f3e618f
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
[versions]
middlewareVersion = "v0.39.1"
middlewareVersion = "v0.39.4"
kotlinVersion = '2.0.21'
kspVersion = "2.0.21-1.0.25"

View file

@ -1400,6 +1400,7 @@ message Rpc {
int64 timestamp = 6;
int64 size = 7;
bool joinSpace = 8;
google.protobuf.Struct details = 9;
}
message Create {