mifos-mobile/cmp-android
2025-12-25 10:21:48 -05:00
..
dependencies Implemented "Rate Us" functionality in the Settings screen. (#3024) 2025-12-24 11:39:15 -05:00
src MM-467: Spanish Translation (#3029) 2025-12-25 10:21:48 -05:00
.gitignore feat: Setup application modules (#2760) 2025-05-13 12:38:24 -04:00
build.gradle.kts Implemented "Rate Us" functionality in the Settings screen. (#3024) 2025-12-24 11:39:15 -05: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