mifos-mobile/cmp-android
2026-01-02 15:32:51 +00:00
..
dependencies Implemented "Rate Us" functionality in the Settings screen. (#3024) 2025-12-24 11:39:15 -05:00
src chore: Sync directories and files from upstream 2026-01-02 15:32:51 +00:00
.gitignore feat: Setup application modules (#2760) 2025-05-13 12:38:24 -04:00
build.gradle.kts chore: Sync directories and files from upstream 2026-01-02 15:32:51 +00:00
google-services.json feat: Setup application modules (#2760) 2025-05-13 12:38:24 -04:00
lint-baseline.xml chore: Sync directories and files from upstream 2026-01-02 15:32:51 +00:00
prodRelease-badging.txt chore: Sync directories and files from upstream 2026-01-02 15:32:51 +00:00
proguard-rules.pro chore: Sync directories and files from upstream 2026-01-02 15:32:51 +00: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