mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-1218 Protocol | Enhancement | MW v0.26.0-rc11 + scripts for updating / downloading mw artefacts (#3126)
This commit is contained in:
parent
dfd04c4b42
commit
d62835294f
11 changed files with 76 additions and 154 deletions
13
README.md
13
README.md
|
@ -80,4 +80,15 @@ application*
|
|||
|
||||
```
|
||||
com.anytype.ci=true - for CI/CD pipeline
|
||||
```
|
||||
```
|
||||
|
||||
### Updating MW (basics)
|
||||
|
||||
1. Run the following command in Terminal or Makefile:
|
||||
|
||||
```
|
||||
make update_mw
|
||||
```
|
||||
|
||||
2. Make sure your proto files located in `protocol/main/proto/` compile.
|
||||
3. Make sure to update `middlewareVersion` version in `libs.versions.toml`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue