1
0
Fork 0
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:
Konstantin Ivanov 2025-04-17 23:06:59 +02:00 committed by Evgenii Kozlov
parent c77a2b15bf
commit 1922ac8da5
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -1326,6 +1326,8 @@ message Rpc {
UNKNOWN_ERROR = 1;
BAD_INPUT = 2;
FAILED_TO_LOAD = 100;
}
}
}