* version bump * added heightConstraint in bottom_sheet_info_v3 * Resolved animation and shimmer in bottom button * Ae 7954 educating customers on their payment behaviour (#4920) * Payment Issue Fix * initial commit of educating custom on their payment behaviour * InfoWithTimerWidget Added * InfoWithTimerWidget & CibilScoreWidget * Runtime text style added * Layout fixes * API integrated * API integrated * Credit graph widget (#4715) * implement cibil chart widget * set dynamic number of xLabels * remove mockResponse * review changes Co-authored-by: Jatin Singh <jatin.chug@navi.com> * cibil chart bug fix * API integrated * Override on back pressed in fragment * implement analytic events (#4741) * Negative Reinforcement on App Launch * Renamed serialized name * Runtime styling updated * Styles added * UI refinement * Loading issue fix * styles refactoring * Negative Reinforcement UI fix * added scroll aware widget adapter * added scroll aware widget adapter * added scroll aware widget adapter * CibilScore Widget Animation * removed mock data * removed unused code * applied spotless * Removed platform header| not required * animation fix Co-authored-by: Siddhant C <siddhant.c@navi.com> Co-authored-by: Jatin Singh <jatin.chug@navi.com> * bumped up version for Hyperverge * Update location api and hyperverge SDK * resolved issues in Location receivers * Resolved Location Receiver issue * Bumped up neoeyed SDK * removed location result null check Co-authored-by: Yallapragada Raaj Gopal <raaj.gopal@navi.com> Co-authored-by: Shubhanjay Varma <shubhanjay.varma@navi.com> Co-authored-by: amit kumar <amit.kumar@navi.com> Co-authored-by: Siddhant C <siddhant.c@navi.com> Co-authored-by: Jatin Singh <jatin.chug@navi.com>
33 lines
875 B
Groovy
33 lines
875 B
Groovy
include ':app', ':digio-gateway-4.0.3', ':digio-kyc-workflow-4.0.3', ':digio-esign-4.0.3', ':pulse'
|
|
include ':neoeyed-sdk-release-3.4.2'
|
|
include ':finoramic-androidx-sdk'
|
|
rootProject.name='android-customer-app'
|
|
include ':navi-amc'
|
|
include ':navi-analytics'
|
|
include ':navi-common'
|
|
include ':navi-insurance'
|
|
include ':one-money-sdk'
|
|
include ':navi-widgets'
|
|
include ':navi-design'
|
|
include ':navi-chat'
|
|
include ':navi-vkyc'
|
|
|
|
boolean isCiServer = System.getenv().getOrDefault("CI", "false") == "true"
|
|
|
|
buildCache {
|
|
local {
|
|
enabled = true
|
|
directory = new File(rootDir, 'build-cache')
|
|
removeUnusedEntriesAfterDays = 15
|
|
}
|
|
remote(HttpBuildCache) {
|
|
enabled = true
|
|
push = isCiServer
|
|
url = "https://gradle-cache.cmd.navi-tech.in/cache/"
|
|
}
|
|
}
|
|
include ':navi-base'
|
|
include ':navi-hl'
|
|
include ':navi-pl'
|
|
include ':navi-uitron'
|