Skip to content

Commit

Permalink
Merge pull request #48 from wednesday-solutions/fix-lint-gradle
Browse files Browse the repository at this point in the history
Fix commit script
  • Loading branch information
shounak-mulay authored Apr 21, 2022
2 parents 69d7ea3 + 2227fc1 commit 3e5b11c
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 @@ -26,7 +26,7 @@ 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 [0-9A-Za-z]*/versionCode '$currentVersionCode'/' $GITHUB_WORKSPACE/app/app.gradle
sed -i 's/versionCode [0-9A-Za-z]*/versionCode '$currentVersionCode'/' $GITHUB_WORKSPACE/app/app.gradle.kts



0 comments on commit 3e5b11c

Please sign in to comment.