mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Revert "increment_version.sh: Tag pre-release"
F-Droid update scanner seems to pick it up either way...
This reverts commit cc2d95f0dd
.
This commit is contained in:
parent
68ed05ae7f
commit
ad70208d7c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ scVersion=`get_prop ext.scVersion`
|
|||
|
||||
version="$versionMajor.$versionMinor.$versionPatch.sc.$scVersion"
|
||||
versionCode=`echo "(($versionMajor * 10000 + $versionMinor * 100 + $versionPatch + $scVersion) + 4000000) * 10" | bc`
|
||||
new_tag="sc_pre_v$version"
|
||||
new_tag="sc_v$version"
|
||||
|
||||
set_prop "ext.scVersion" "$scVersion"
|
||||
set_prop "versionCode" "$versionCode"
|
||||
|
|
Loading…
Reference in a new issue