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:
parent
a25e5367df
commit
c7b9a31fe0
2 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
[versions]
|
||||
middlewareVersion = "v0.30.3"
|
||||
middlewareVersion = "v0.30.4"
|
||||
kotlinVersion = '1.8.22'
|
||||
|
||||
androidxCoreVersion = "1.12.0"
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue