Closed niyajali closed 2 months ago
This commit updates the workflows to build the androidApp module instead of the mifospay module.
The following changes were made:
onPush.yml
androidApp
inflate-secrets
AppFile
Fixes #Issue_Number
Please Add Screenshots If there are any UI changes.
Please make sure these boxes are checked before submitting your pull request - thanks!
[ ] Apply the AndroidStyle.xml style template to your code in Android Studio.
AndroidStyle.xml
[ ] Run the unit tests with ./gradlew check to make sure you didn't break anything
./gradlew check
[ ] If you have multiple commits please combine them into one commit by squashing them.
This commit updates the workflows to build the androidApp module instead of the mifospay module.
The following changes were made:
onPush.yml
workflow to build and archive theandroidApp
module.inflate-secrets
action to use theandroidApp
module.AppFile
to use the correct package name and credentials file.Fixes #Issue_Number
Please Add Screenshots If there are any UI changes.
Please make sure these boxes are checked before submitting your pull request - thanks!
[ ] Apply the
AndroidStyle.xml
style template to your code in Android Studio.[ ] Run the unit tests with
./gradlew check
to make sure you didn't break anything[ ] If you have multiple commits please combine them into one commit by squashing them.