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

Commit 399aea2

Browse files
committed
Update codemagic.yaml
1 parent dc6059d commit 399aea2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

codemagic.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ workflows:
160160
# Change the build number in Gradle properties
161161
perl -pi -e 's/^appVersionCode=[0-9]+/appVersionCode=$LATEST_BUILD_NUMBER/' gradle.properties
162162
163+
cat -v gradle.properties
164+
163165
# Build app
164166
./gradlew clean --no-daemon fetchAndPackageDefaultConfiguration -PappVersionName=$APP_NAME assembleRelease
165167
- name: Align APK
@@ -172,6 +174,8 @@ workflows:
172174
script: |
173175
mkdir -p app/build/outputs/apk/release/signed/
174176
mv app/build/outputs/apk/release/app-release_$APP_NAME.apk app/build/outputs/apk/release/signed/RIA_DigiDoc_$APP_NAME.apk
177+
178+
aapt dump badging app/build/outputs/apk/release/signed/RIA_DigiDoc_$APP_NAME | grep versionCode
175179
artifacts:
176180
- app/build/outputs/apk/release/signed/*.apk
177181
publishing:
@@ -181,7 +185,7 @@ workflows:
181185
notify:
182186
success: true
183187
failure: true
184-
google_play:
185-
credentials: $GOOGLE_PLAY_SERVICE_ACCOUNT_CREDENTIALS
186-
track: internal
187-
release_name: RIA DigiDoc
188+
#google_play:
189+
#credentials: $GOOGLE_PLAY_SERVICE_ACCOUNT_CREDENTIALS
190+
#track: internal
191+
#release_name: RIA DigiDoc

0 commit comments

Comments
 (0)