mifos-mobile/cmp-android
2025-04-09 11:47:37 +00:00
..
dependencies refactor: handle api responses, cleaning up modules (#2837) 2025-04-09 11:47:37 +00:00
src refactor: moved intents into core module (#2824) 2025-03-22 11:24:12 +00:00
.gitignore feat: Setup application modules (#2760) 2025-02-07 21:29:59 +05:30
build.gradle.kts refactor: handle api responses, cleaning up modules (#2837) 2025-04-09 11:47:37 +00:00
google-services.json feat: Setup application modules (#2760) 2025-02-07 21:29:59 +05:30
lint-baseline.xml feat: Setup application modules (#2760) 2025-02-07 21:29:59 +05:30
prodRelease-badging.txt feat: Setup application modules (#2760) 2025-02-07 21:29:59 +05:30
proguard-rules.pro feat: Setup application modules (#2760) 2025-02-07 21:29:59 +05:30
README.md feat: Setup application modules (#2760) 2025-02-07 21:29:59 +05:30

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