mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-3591 Protocol | Integrate 0.40.16 (#2341)
This commit is contained in:
parent
c77a2b15bf
commit
1922ac8da5
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
[versions]
|
||||
middlewareVersion = "v0.40.15"
|
||||
middlewareVersion = "v0.40.16"
|
||||
kotlinVersion = '2.0.21'
|
||||
kspVersion = "2.0.21-1.0.25"
|
||||
|
||||
|
|
|
@ -1326,6 +1326,8 @@ message Rpc {
|
|||
UNKNOWN_ERROR = 1;
|
||||
BAD_INPUT = 2;
|
||||
|
||||
FAILED_TO_LOAD = 100;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue