We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681d6a5 commit cf7c28cCopy full SHA for cf7c28c
.github/script/update_version_for_android.sh
@@ -45,7 +45,7 @@ if [ "$1" = "Debug" ]; then
45
sed -i 's#def libVersion.*#def libVersion = \"'$resultvv'-SNAPSHOT\"#g' $2
46
echo "libVersion-->>$resultvv-SNAPSHOT"
47
else
48
- sed -i 's#def libVersion.*#def libVersion = \":qwq'$vtag'\"#g' $2
+ sed -i 's#def libVersion.*#def libVersion = \"'$vtag'\"#g' $2
49
echo "libVersion-->>$vtag"
50
fi
51
# ==========此处添加版本自增逻辑,如果是持续集成发snapshot,最新tag+1;如果是发布就发branch
0 commit comments