mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-1273 Protocol | Enhancement | MW 0.26.0-rc14 (#3165)
This commit is contained in:
parent
d5c4a15b29
commit
83e7ff86fa
4 changed files with 37 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo -n "Starting script for normalizing imports"
|
||||
echo "Starting script for normalizing imports"
|
||||
|
||||
echo -n "Normalizing imports... "
|
||||
echo "Normalizing imports... "
|
||||
|
||||
cd protocol/src/main/proto/ || exit
|
||||
|
||||
|
@ -18,10 +18,7 @@ sed -i '' 's/pb\/protos\///g' changes.proto
|
|||
sed -i '' 's/pkg\/lib\/pb\/model\/protos\///g' localstore.proto
|
||||
sed -i '' 's/pb\/protos\///g' localstore.proto
|
||||
|
||||
sed -i '' 's/pkg\/lib\/pb\/model\/protos\///g' snapshot.proto
|
||||
sed -i '' 's/pb\/protos\///g' snapshot.proto
|
||||
echo "Done normalizing imports."
|
||||
|
||||
echo -n "Done normalizing imports."
|
||||
|
||||
echo -n ">>> Make sure to update mw version in libs.versions.toml >>>"
|
||||
echo ">>> Make sure to update mw version in libs.versions.toml >>>"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue