1
0
Fork 0
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:
Konstantin Ivanov 2025-01-14 10:00:35 +01:00 committed by GitHub
parent af3121087c
commit c3d5273b54
Signed by: github
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -15,6 +15,7 @@ message Event {
string traceId = 4;
message Message {
string spaceId = 132;
oneof value {
Account.Show accountShow = 1;
Account.Details accountDetails = 201;