We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e220389 commit 3e37edfCopy full SHA for 3e37edf
.github/workflows/reusable-android-build.yml
@@ -129,7 +129,7 @@ jobs:
129
echo "Version Code: $VERSION_CODE"
130
echo "Version: $VERSION"
131
# This will need to change currently looking for specific version and not place holder
132
- sed -i -e "s/16022/$VERSION_CODE/g" -e "s/0.16.22/$VERSION/g" ./android/app/build.gradle
+ sed -i -e "s/16024/$VERSION_CODE/g" -e "s/0.16.24/$VERSION/g" ./android/app/build.gradle
133
134
- name: Download Build Artifact
135
uses: actions/download-artifact@v3
0 commit comments