Skip to content

Commit

Permalink
Feat - Enabled Firebase App Distribution & Updated App Icon (#1817)
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali authored Nov 20, 2024
1 parent 0e0537e commit 2bd59c3
Show file tree
Hide file tree
Showing 55 changed files with 965 additions and 547 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/make_site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: Publish Web App
on:
# Runs on pushes targeting the default branch
push:
branches: ["dev"]

branches: [ "dev" ]
# Trigger on new releases
release:
types: [ published ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/master_dev_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
dependency_guard:
needs: setup
runs-on: ubuntu-latest
Expand Down Expand Up @@ -114,11 +115,6 @@ jobs:
- name: Build APKs
run: ./gradlew :mifospay-android:assembleDemoDebug

- name: Check badging
# This step is allowed to fail, as it's not critical for the build
continue-on-error: true
run: ./gradlew :mifospay-android:checkProdReleaseBadging

- name: Upload APKs
uses: actions/upload-artifact@v4
with:
Expand Down
168 changes: 0 additions & 168 deletions config/quality/checkstyle/checkstyle-config.xml

This file was deleted.

31 changes: 0 additions & 31 deletions config/quality/findbugs/android-exclude-filter.xml

This file was deleted.

49 changes: 0 additions & 49 deletions config/quality/pmd/pmd-ruleset.xml

This file was deleted.

59 changes: 0 additions & 59 deletions config/quality/quality.gradle

This file was deleted.

Loading

0 comments on commit 2bd59c3

Please sign in to comment.