Skip to content

Commit

Permalink
'' removed from generate_new_version_code.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ManavPharmeasy committed May 15, 2022
1 parent c4ec120 commit 3b51e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/actions/generate_new_version_code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ echo "NEW_TAG=$new_tag" >> $GITHUB_ENV # Setting this for use later
echo "Updating CurrentVersionCode by 1 and changing file versionCode"

let "currentVersionCode=currentVersionCode+1" # Bumping versionCode By one
sed -i '' "s/\(versionCode[[:space:]]*=[[:space:]]*\)[0-9]*/\\1${currentVersionCode}/" $GITHUB_WORKSPACE/app/app.gradle.kts
sed -i "s/\(versionCode[[:space:]]*=[[:space:]]*\)[0-9]*/\\1${currentVersionCode}/" $GITHUB_WORKSPACE/app/app.gradle.kts


0 comments on commit 3b51e10

Please sign in to comment.