Skip to content

Commit 3e37edf

Browse files
committed
chore: bump version number in reusable-android-build.yml
1 parent e220389 commit 3e37edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-android-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
echo "Version Code: $VERSION_CODE"
130130
echo "Version: $VERSION"
131131
# 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
132+
sed -i -e "s/16024/$VERSION_CODE/g" -e "s/0.16.24/$VERSION/g" ./android/app/build.gradle
133133

134134
- name: Download Build Artifact
135135
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)