mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 13:57:10 +09:00
Tech | MW 0-17-24 (#2055)
Co-authored-by: konstantiniiv <ki@anytype.io>
This commit is contained in:
parent
19a63a367d
commit
64f33a512b
2 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,7 @@ ext {
|
|||
|
||||
// Anytype
|
||||
|
||||
middleware_version = 'v0.17.23'
|
||||
middleware_version = 'v0.17.24'
|
||||
|
||||
mainApplication = [
|
||||
kotlin: "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version",
|
||||
|
|
|
@ -4074,6 +4074,7 @@ message Rpc {
|
|||
message Request {
|
||||
string blockId = 1;
|
||||
string path = 2;
|
||||
bool unanonymized = 3; // set to true to disable mocking of the actual data inside changes
|
||||
}
|
||||
|
||||
message Response {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue