1
0
Fork 0
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:
Konstantin Ivanov 2022-01-24 17:17:53 +02:00 committed by GitHub
parent 19a63a367d
commit 64f33a512b
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

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

View file

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