Skip to content

Commit 2bd59c3

Browse files
authored
Feat - Enabled Firebase App Distribution & Updated App Icon (#1817)
1 parent 0e0537e commit 2bd59c3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+965
-547
lines changed

.github/workflows/make_site.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name: Publish Web App
33
on:
44
# Runs on pushes targeting the default branch
55
push:
6-
branches: ["dev"]
7-
6+
branches: [ "dev" ]
7+
# Trigger on new releases
8+
release:
9+
types: [ published ]
810
# Allows you to run this workflow manually from the Actions tab
911
workflow_dispatch:
1012

.github/workflows/master_dev_ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
6666
6767
68+
6869
dependency_guard:
6970
needs: setup
7071
runs-on: ubuntu-latest
@@ -114,11 +115,6 @@ jobs:
114115
- name: Build APKs
115116
run: ./gradlew :mifospay-android:assembleDemoDebug
116117

117-
- name: Check badging
118-
# This step is allowed to fail, as it's not critical for the build
119-
continue-on-error: true
120-
run: ./gradlew :mifospay-android:checkProdReleaseBadging
121-
122118
- name: Upload APKs
123119
uses: actions/upload-artifact@v4
124120
with:

config/quality/checkstyle/checkstyle-config.xml

-168
This file was deleted.

config/quality/findbugs/android-exclude-filter.xml

-31
This file was deleted.

config/quality/pmd/pmd-ruleset.xml

-49
This file was deleted.

config/quality/quality.gradle

-59
This file was deleted.

0 commit comments

Comments
 (0)