mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-3241 Protocol | Integrate 0.39.0-rc1 (#1991)
This commit is contained in:
parent
af3121087c
commit
c3d5273b54
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
[versions]
|
||||
middlewareVersion = "v0.38.9"
|
||||
middlewareVersion = "v0.39.0-rc1"
|
||||
kotlinVersion = '2.0.21'
|
||||
kspVersion = "2.0.21-1.0.25"
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@ message Event {
|
|||
string traceId = 4;
|
||||
|
||||
message Message {
|
||||
string spaceId = 132;
|
||||
oneof value {
|
||||
Account.Show accountShow = 1;
|
||||
Account.Details accountDetails = 201;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue