[PM-24411] Migrate IntentManager to ui module (#5634)

This commit is contained in:
Patrick Honkonen
2025-08-19 11:13:40 -04:00
committed by GitHub
parent 3c3d8710c9
commit b34d873471
90 changed files with 170 additions and 325 deletions

View File

@@ -216,6 +216,15 @@ jobs:
distribution: "temurin"
java-version: ${{ env.JAVA_VERSION }}
- name: Update app CI Build info
run: |
./scripts/update_app_ci_build_info.sh \
$GITHUB_REPOSITORY \
$GITHUB_REF_NAME \
$GITHUB_SHA \
$GITHUB_RUN_ID \
$GITHUB_RUN_ATTEMPT
- name: Increment version
run: |
DEFAULT_VERSION_CODE=$GITHUB_RUN_NUMBER