mifos-mobile/cmp-android
2025-09-07 15:31:38 +01:00
..
dependencies fix(ios): use CocoaPods integration for cmp-shared (#2968) 2025-09-07 15:31:38 +01:00
src fix: android build (#2962) 2025-08-29 10:14:39 -04:00
.gitignore feat: Setup application modules (#2760) 2025-05-13 12:38:24 -04:00
build.gradle.kts feat: upload id ui and viewModel (#2854) 2025-07-06 16:23:28 +00:00
google-services.json feat: Setup application modules (#2760) 2025-05-13 12:38:24 -04:00
lint-baseline.xml feat: Setup application modules (#2760) 2025-05-13 12:38:24 -04:00
prodRelease-badging.txt chore: sync missing root files and folders from KMP project template (#2965) 2025-09-03 11:35:53 +05:30
proguard-rules.pro feat: Setup application modules (#2760) 2025-05-13 12:38:24 -04:00
README.md feat: Setup application modules (#2760) 2025-05-13 12:38:24 -04:00

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