1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 13:57:10 +09:00

DROID-2115 Protocol | Integrate 0.30.4 (#751)

This commit is contained in:
Konstantin Ivanov 2023-12-28 12:23:53 +01:00 committed by konstantiniiv
parent a25e5367df
commit c7b9a31fe0
2 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[versions]
middlewareVersion = "v0.30.3"
middlewareVersion = "v0.30.4"
kotlinVersion = '1.8.22'
androidxCoreVersion = "1.12.0"

View file

@ -2119,12 +2119,13 @@ message Rpc {
UseCase useCase = 1;
enum UseCase {
EMPTY = 0;
SKIP = 1;
NONE = 0;
GET_STARTED = 1;
PERSONAL_PROJECTS = 2;
KNOWLEDGE_BASE = 3;
NOTES_DIARY = 4;
STRATEGIC_WRITING = 5;
EMPTY = 6;
}
}