1
0
Fork 0
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:
Evgenii Kozlov 2023-04-26 16:57:42 +02:00 committed by uburoiubu
parent dfd04c4b42
commit d62835294f
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6
11 changed files with 76 additions and 154 deletions

View file

@ -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`.