mirror of
https://github.com/openMF/mobile-wallet.git
synced 2026-02-06 19:16:52 +00:00
| .. | ||
| dependencies | ||
| src | ||
| .gitignore | ||
| build.gradle.kts | ||
| google-services.json | ||
| lint-baseline.xml | ||
| prodRelease-badging.txt | ||
| proguard-rules.pro | ||
| README.md | ||
Module Graph
%%{
init: {
'theme': 'neutral'
}
}%%
graph LR
subgraph :core
:core:data["data"]
:core:ui["ui"]
end
:mifospay-android --> :mifospay-shared
:mifospay-android --> :core:data
:mifospay-android --> :core:ui