mifos-mobile/cmp-android
2026-01-23 21:13:22 +05:30
..
dependencies Implemented "Rate Us" functionality in the Settings screen. (#3024) 2025-12-24 11:39:15 -05:00
src feat(feature):add malayalam translations (#3078) 2026-01-23 21:13:22 +05:30
.gitignore feat: Setup application modules (#2760) 2025-05-13 12:38:24 -04:00
build.gradle.kts feat(network): migrate domain models to DTOs and update API services (#3065) 2026-01-14 11:19:37 -05:00
google-services.json feat: Setup application modules (#2760) 2025-05-13 12:38:24 -04:00
lint-baseline.xml feat(network): migrate domain models to DTOs and update API services (#3065) 2026-01-14 11:19:37 -05: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