Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Commit 6181520

Browse files
committed
Update codemagic.yaml
1 parent 29d5a8b commit 6181520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codemagic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ workflows:
158158
echo APP_NAME=$APP_VERSION_NAME.$LATEST_BUILD_NUMBER >> $CM_ENV
159159
160160
# Change the build number in Gradle properties
161-
sed -i '' '/^appVersionCode=[0-9]\+/s/[0-9]\+/$LATEST_BUILD_NUMBER/' gradle.properties
161+
sed "s/^appVersionCode=[0-9]\+/appVersionCode=$LATEST_BUILD_NUMBER/" gradle.properties
162162
163163
cat -v gradle.properties
164164

0 commit comments

Comments
 (0)