diff --git a/.github/actions/create-release-notes/action.yml b/.github/actions/create-release-notes/action.yml index 6cc1e7464..be71adca7 100644 --- a/.github/actions/create-release-notes/action.yml +++ b/.github/actions/create-release-notes/action.yml @@ -41,7 +41,7 @@ runs: id: version-generator shell: bash run: | - mkdir -p ./androidApp/build/outputs/ + mkdir -p ./cmp-android/build/outputs/ echo "Previous Release Tag:" echo "${{ steps.latest-release-tag.outputs.result }}" @@ -49,8 +49,8 @@ runs: echo "Full Changelog:" CHANGELOG="${{ steps.generate-notes.outputs.result }}" echo -e "$CHANGELOG" - printf "$CHANGELOG" > ./androidApp/build/outputs/changelogGithub + printf "$CHANGELOG" > ./cmp-android/build/outputs/changelogGithub echo "Beta Changelog:" git log --format="* %s" HEAD^..HEAD - git log --format="* %s" HEAD^..HEAD > ./androidApp/build/outputs/changelogBeta + git log --format="* %s" HEAD^..HEAD > ./cmp-android/build/outputs/changelogBeta diff --git a/.github/actions/inflate-secrets/action.yml b/.github/actions/inflate-secrets/action.yml index 5ba553c3a..6462800dd 100644 --- a/.github/actions/inflate-secrets/action.yml +++ b/.github/actions/inflate-secrets/action.yml @@ -16,21 +16,21 @@ runs: - name: Mock debug google-services.json shell: bash run: | - cp .github/mock-google-services.json androidApp/google-services.json + cp .github/mock-google-services.json cmp-android/google-services.json - name: Inflate release_keystore.keystore shell: bash env: KEYSTORE: ${{ inputs.keystore }} run: | - echo $KEYSTORE | base64 --decode > androidApp/release_keystore.keystore + echo $KEYSTORE | base64 --decode > cmp-android/release_keystore.keystore - name: Inflate google-services.json shell: bash env: GOOGLE_SERVICES: ${{ inputs.google-services }} run: | - echo $GOOGLE_SERVICES > androidApp/google-services.json + echo $GOOGLE_SERVICES > cmp-android/google-services.json - name: Inflate playStorePublishServiceCredentialsFile.json shell: bash diff --git a/.github/workflows/master_dev_ci.yml b/.github/workflows/master_dev_ci.yml index c60d6093c..2dd36e834 100644 --- a/.github/workflows/master_dev_ci.yml +++ b/.github/workflows/master_dev_ci.yml @@ -99,7 +99,7 @@ jobs: id: dependencyguard_baseline if: steps.dependencyguard_verify.outcome == 'failure' && github.event_name == 'pull_request' run: | - ./gradlew :mifos-android:dependencyGuard + ./gradlew :cmp-android:dependencyGuard - name: Push new Dependency Guard baselines if available uses: stefanzweifel/git-auto-commit-action@v5 @@ -122,7 +122,7 @@ jobs: - name: Run tests run: | - ./gradlew :mifos-android:testDemoDebug + ./gradlew :cmp-android:testDemoDebug # ./gradlew testDebug :lint:test :androidApp:lintRelease :lint:lint - name: Upload reports @@ -177,7 +177,7 @@ jobs: java-version: 17 - name: Build APKs - run: ./gradlew :mifos-android:assembleDemoDebug + run: ./gradlew :cmp-android:assembleDemoDebug - name: Upload APKs uses: actions/upload-artifact@v4 diff --git a/.github/workflows/release_to_internal_or_beta.yml b/.github/workflows/release_to_internal_or_beta.yml index 36eba8093..3b173133c 100644 --- a/.github/workflows/release_to_internal_or_beta.yml +++ b/.github/workflows/release_to_internal_or_beta.yml @@ -65,7 +65,7 @@ jobs: KEYSTORE_ALIAS_PASSWORD: ${{ secrets.ORIGINAL_KEYSTORE_ALIAS_PASSWORD }} VERSION_CODE: ${{ steps.rel_number.outputs.version-code }} run: | - ./gradlew :androidApp:assembleRelease + ./gradlew :cmp-android:assembleRelease - name: Archive Build uses: actions/upload-artifact@v4 @@ -89,8 +89,8 @@ jobs: draft: false prerelease: true files: | - ./androidApp/build/outputs/apk/release/androidApp-release.apk - ./androidApp/build/outputs/version_code.txt + ./cmp-android/build/outputs/apk/release/androidApp-release.apk + ./cmp-android/build/outputs/version_code.txt - name: Print `git status` run: git status @@ -152,7 +152,7 @@ jobs: KEYSTORE_ALIAS_PASSWORD: ${{ secrets.UPLOAD_KEYSTORE_ALIAS_PASSWORD }} VERSION_CODE: ${{ steps.rel_number.outputs.version-code }} run: | - ./gradlew :androidApp:bundleRelease + ./gradlew :cmp-android:bundleRelease - name: Deploy to Play Store Internal run: bundle exec fastlane android deploy_internal diff --git a/.run/cmp-desktop.run.xml b/.run/cmp-desktop.run.xml new file mode 100644 index 000000000..99179a9e9 --- /dev/null +++ b/.run/cmp-desktop.run.xml @@ -0,0 +1,24 @@ + + + + + + + true + true + false + false + + + \ No newline at end of file diff --git a/.run/cmp-web-js.run.xml b/.run/cmp-web-js.run.xml new file mode 100644 index 000000000..89a8b9653 --- /dev/null +++ b/.run/cmp-web-js.run.xml @@ -0,0 +1,24 @@ + + + + + + + true + true + false + false + + + \ No newline at end of file diff --git a/.run/cmp-web-wasm.run.xml b/.run/cmp-web-wasm.run.xml new file mode 100644 index 000000000..386b684f3 --- /dev/null +++ b/.run/cmp-web-wasm.run.xml @@ -0,0 +1,24 @@ + + + + + + + true + true + false + false + + + \ No newline at end of file diff --git a/.run/mifospay-android.run.xml b/.run/mifospay-android.run.xml index 186e06fe7..f141851fb 100644 --- a/.run/mifospay-android.run.xml +++ b/.run/mifospay-android.run.xml @@ -1,6 +1,6 @@ - - + +