Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
with:
release_type: ${{ inputs.release_type }}
target_branch: ${{ inputs.target_branch }}
android_package_name: 'androidApp' # <-- Change this to your android package name
tester_groups: 'mifos-mobile-apps' # <-- Change this to your Firebase tester group
android_package_name: 'cmp-android' # <-- Change this to your android package name
tester_groups: 'mifos-mobile-testers' # <-- Change this to your Firebase tester group
secrets:
original_keystore_file: ${{ secrets.ORIGINAL_KEYSTORE_FILE }}
original_keystore_file_password: ${{ secrets.ORIGINAL_KEYSTORE_FILE_PASSWORD }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-check-kmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ name: PR Checks for KMP
# Trigger conditions for the workflow
on:
push:
branches: [ kmp-impl ] # Runs on pushes to dev branch
branches: [ development ] # Runs on pushes to dev branch
pull_request:
branches: [ kmp-impl ] # Runs on pushes to dev branch
branches: [ development ] # Runs on pushes to dev branch

# Concurrency settings to prevent multiple simultaneous workflow runs
concurrency:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/upload-demo-app-on-firebase-kmp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
pull_request:
types: [ labeled ]
branches:
- 'kmp-impl'
- 'development'

concurrency:
group: firebase-${{ github.ref }}
Expand All @@ -26,7 +26,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: kmp-impl
fetch-depth: 0

- name: ☁️ Deploy Android App on Firebase
Expand Down
Binary file removed androidApp/src/demo/ic_launcher-playstore.png
Binary file not shown.
14 changes: 0 additions & 14 deletions androidApp/src/demo/res/mipmap-anydpi-v26/ic_launcher.xml

This file was deleted.

14 changes: 0 additions & 14 deletions androidApp/src/demo/res/mipmap-anydpi-v26/ic_launcher_round.xml

This file was deleted.

Binary file removed androidApp/src/demo/res/mipmap-hdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed androidApp/src/demo/res/mipmap-mdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
13 changes: 0 additions & 13 deletions androidApp/src/demo/res/values/ic_launcher_background.xml

This file was deleted.

Loading