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

DROID-1364 Protocol | Enhancement | MW 0.26.6 (#38)

This commit is contained in:
Evgenii Kozlov 2023-06-08 12:00:35 +02:00 committed by GitHub
parent d6f390a040
commit dbd4734ef0
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[versions]
middlewareVersion = "v0.26.5"
middlewareVersion = "v0.26.6"
kotlinVersion = '1.7.10'
androidxCoreVersion = "1.9.0"
androidxComposeVersion1 = '1.3.1'

View file

@ -258,7 +258,7 @@ message Rpc {
string storePath = 3; // Path to local storage
int64 icon = 4; // Option of pre-installed icon
string alphaInviteCode = 20;
string alphaInviteCode = 20; // DEPRECATED
}
/**